[mythtv-users] FW: New Source Forge Project MythStreamTV

Ashley Bostock abostock at gmail.com
Sun Jan 16 17:55:33 EST 2005


Doh!!! Its working fine, needed to connect from an external ip from
what I'm hosting it on.

This mythstreamtv is very cool, thanks.

Just one other question, what permissions do I need on the
mythstreamtv directory for me to be able launch a stream from mythweb?

Ash.


On Sun, 16 Jan 2005 22:38:00 +0000, Ashley Bostock <abostock at gmail.com> wrote:
> Right I've finially got it to compile with the following configure values:
> 
> Latest CVS Snapshot of ffmpeg (as I read vlc doesnt work too well or
> at all with non cvs versions):
> /video/extra/ffmpeg-cvs-2004-11-10 # ./configure --disable-x11
> --disable-xvideo --disable-gtk --disable-sdl --enable-ffmpeg
> --with-ffmpeg-mp3lame --with-ffmpeg-faac --with-ffmpeg-zlib
> --enable-mad --enable-libdvbpsi --enable-a52 --disable-dvdplay
> --enable-dvdnav --enable-vorbis --enable-ogg --enable-theora
> --enable-mkv --enable-freetype --disable-cddax --disable-vcdx
> --enable-speex --enable-flac --enable-goom --enable-livedotcom
> --enable-caca --disable-skins2 --enable-modplug --enable-debug
> --enable-gpl --enable-mp3lame --enable-pp
> 
> VLC Version 0.8.1:
> ./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl
> --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-zlib --enable-mad
> --enable-libdvbpsi --enable-a52 --disable-dvdplay --enable-dvdnav
> --enable-vorbis --enable-ogg --enable-theora --enable-mkv
> --enable-freetype --disable-cddax --disable-vcdx --enable-speex
> --enable-flac --enable-goom --enable-livedotcom --enable-caca
> --disable-skins2 --enable-modplug --enable-debug --enable-gpl
> --enable-mp3lame --enable-pp
> --with-ffmpeg-tree=/video/extra/ffmpeg-cvs-2004-11-10
> 
> I now run the command line given by mythstreamtv:
> 
> /home/mythtv/mythstreamtv/mythstreamtv.sh 'DIV3' 'mp3' '256' '64' '.5'
> '15' '7_20050111230000_20050111233000.nuv'
> 
> and get the following output:
> 
> VLC media player 0.8.1 Janus
> [00000411] dummy interface: Using the dummy interface module...
> [00000417] main private: creating httpd
> [00000426] mpeg_audio packetizer: MPGA channels:2 samplerate:48000 bitrate:256
> [00000429] mpeg_audio decoder: MPGA channels:2 samplerate:48000 bitrate:256
> [msmpeg4 @ 0x8415adc]removing common factors from framerate
> [msmpeg4 @ 0x8415adc]warning, cliping 1 dct coefficents to -127..127
> 
> as soon as I connect to the mms stream I get this:
> 
> peek=
> 
> (Same happens if using WMV2 instead)
> 
> xine can't play it and gives no error in the console, and mplayer reports:
> 
> Playing mms://81.86.71.76:8080.
> Option stream url: This URL doesn't have a port part.
> Option stream url: This URL doesn't have a hostname part.
> [file] No filename
> Failed to open mms://81.86.71.76:8080
> 
> Any ideas?
> 
> 
> On Sun, 16 Jan 2005 11:25:03 +0000, Ashley Bostock <abostock at gmail.com> wrote:
> > No matter what I try I still get the same problems mentioned above.
> >
> > Is there anyway on a working system for someone to print out the exact
> > config line used to compile ffmpeg and vlc? If so could someone print
> > the separate ./configure commands for each.
> >
> > Thanks,
> > Ash.
> >
> >
> > On Sun, 16 Jan 2005 20:11:34 +1000, David Whyte <david.whyte at gmail.com> wrote:
> > > Looking back in the shell history, this looks like the last configure
> > > I did for ffmpeg...
> > >
> > > [root at myth root]# ./configure --disable-x11 --disable-xvideo
> > > --disable-gtk --disable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame
> > > --with-ffmpeg-faac --with-ffmpeg-zlib --enable-mad --enable-libdvbpsi
> > > --enable-a52 --disable-dvdplay --enable-dvdnav --enable-vorbis
> > > --enable-ogg --enable-theora --enable-mkv --enable-freetype
> > > --disable-cddax --disable-vcdx --enable-speex --enable-flac
> > > --enable-goom --enable-livedotcom --enable-caca --disable-skins2
> > > --enable-modplug --enable-debug --enable-gpl --enable-mp3lame
> > > --enable-pp --enable-shared-pp
> > > --with-ffmpeg-tree=/home/myth/ffmpegstuff/ffmpeg-0.4.9-p
> > > re1/
> > >
> > > Doesn't look particularly different to what Joshua tell us to use.  I
> > > think I tried to take out the --enable shared-pp option a couple of
> > > times too, would get further and then put them back.  One of the
> > > biggest mistakes I made was that I pasted into a cygwin window, and
> > > the '--' turned to a single '-', which I imagin would cause troubles
> > > :(
> > >
> > > Let us know how you go,
> > > Dave
> > >
> > >
> > > On Sun, 16 Jan 2005 11:46:04 +1100, Itai Tavor <itai at iinet.net.au> wrote:
> > > > David Whyte wrote:
> > > > > I compiled and installed ffmpeg a couple of times (sometimes tweaking
> > > > > the options a little ;) ).  Eventually the copoile of VLC progressed.
> > > > > I also tried to compile faac too as vlc needed the libraries, but in
> > > > > the end I got the dev rpms and all went well.
> > > > >
> > > > > HTH's (somehow)
> > > > >
> > > > > Dave
> > > >
> > > > Hi Dave,
> > > >
> > > > Can you post the options you used on the build that worked? I'm still
> > > > stuck in this step.
> > > >
> > > > TIA, Itai
> > > >
> > > > >
> > > > >
> > > > > On Sat, 15 Jan 2005 18:00:49 +0000, Ashley Bostock <abostock at gmail.com> wrote:
> > > > >
> > > > >>Hope someone can help me get ffmpeg and vlc installed, heres the
> > > > >>problems I'm having:
> > > > >>
> > > > >>I downloaded ffmpeg-0.4.9-pre1 and vlc-0.8.1 then extracted them to:
> > > > >>
> > > > >>/video/extra/ffmpeg-0.4.9-pre1
> > > > >>/video/extra/vlc-0.8.1
> > > > >>
> > > > >>I then cd into the /video/extra/ffmpeg-0.4.9-pre1 directory and run:
> > > > >>./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl
> > > > >>--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac
> > > > >>--with-ffmpeg-zlib --en
> able-mad --enable-libdvbpsi --enable-a52
> > > > >>--disable-dvdplay --enable-dvdnav --enable-vorbis --enable-ogg
> > > > >>--enable-theora --enable-mkv --enable-freetype --disable-cddax
> > > > >>--disable-vcdx --enable-speex --enable-flac --enable-goom
> > > > >>--enable-livedotcom --enable-caca --disable-skins2 --enable-modplug
> > > > >>--enable-debug --enable-gpl --enable-mp3lame --enable-pp
> > > > >>--enable-shared-pp
> > > > >>
> > > > >>Giving the following output:
> > > > >>Install prefix   /usr/local
> > > > >>Source path      /video/extra/ffmpeg-0.4.9-pre1
> > > > >>C compiler       gcc
> > > > >>make             make
> > > > >>CPU              x86 (generic)
> > > > >>Big Endian       no
> > > > >>inttypes.h       yes
> > > > >>broken inttypes.h no
> > > > >>MMX enabled      yes
> > > > >>Vector Builtins  yes
> > > > >>gprof enabled    no
> > > > >>zlib enabled     yes
> > > > >>mp3lame enabled  yes
> > > > >>vorbis enabled   yes
> > > > >>faad enabled     no
> > > > >>faadbin enabled  no
> > > > >>faac enabled     no
> > > > >>a52 support      yes
> > > > >>a52 dlopened     no
> > > > >>pp support       yes
> > > > >>debug symbols    yes
> > > > >>optimize         yes
> > > > >>shared pp        yes
> > > > >>Video hooking    yes
> > > > >>SDL support      yes
> > > > >>risky / patent encumbered codecs yes
> > > > >>Imlib2 support   yes
> > > > >>freetype support yes
> > > > >>Sun medialib support no
> > > > >>pthreads support no
> > > > >>AMR-NB float support no
> > > > >>AMR-NB fixed support no
> > > > >>AMR-WB float support no
> > > > >>
> > > > >>Then I did make and make install.
> > > > >>
> > > > >>Next I cd in to the /video/extra/vlc-0.8.1 directory and run the same
> > > > >>./config line listed above, this errors saying:
> > > > >>
> > > > >>checking for ffmpeg-config... no
> > > > >>checking ffmpeg/avcodec.h usability... no
> > > > >>checking ffmpeg/avcodec.h presence... no
> > > > >>checking for ffmpeg/avcodec.h... no
> > > > >>configure: error: Missing header file ffmpeg/avcodec.h.
> > > > >>
> > > > >>So I rerun it with the following option appended to the end:
> > > > >>--with-ffmpeg-tree=/video/extra/ffmpeg-0.4.9-pre1/
> > > > >>
> > > > >>This time I get a different error:
> > > > >>checking for ffmpeg-config... no
> > > > >>checking for libavcodec.a in /video/extra/ffmpeg-0.4.9-pre1/... no
> > > > >>configure: error:
> > > > >>/video/extra/ffmpeg-0.4.9-pre1/libavcodec/libavcodec.a was not
> > > > >>compiled with postprocessing support, make sure you configured ffmpeg
> > > > >>with --enable-pp
> > > > >>
> > > > >>If you look above where I ran configure for ffmpeg it shows I ran it
> > > > >>with --enable-pp, what am I doing wrong?
> > > >
> > >
> > > --
> > > GMAIL is 'da bomb baby....YEAH
> > >
> > >
> > > _______________________________________________
> > > mythtv-users mailing list
> > > mythtv-users at mythtv.org
> > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > >
> > >
> > >
> >
>


More information about the mythtv-users mailing list