[mythtv-users] Mythstream

Egeekial egeekial at comcast.net
Thu Jun 9 20:08:42 UTC 2005


Where do I find a tarred CVS snapshot? Or do I have to get it through 
subversion?

Joshua Ebel wrote:

>Try a CVS snapshot of VLC. Here are my latest configure options I've used.
>These options are working for myself now. 
>
>Also do you have libmad(dev) installed?
>
>VLC media player - version snapshot-20050518 Janus - (c) 1996-2005 VideoLAN
>[00000000] main root debug: libvlc was configured with ./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-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=/home/mythtv/FFMpeg-20050301/ --enable-dvbpsi
>--enable-v4l --disable-vorbis --disable-ogg --disable-theora --enable-pvr
>
>ffmpeg version 0.4.9-pre1, build 4744, Copyright (c) 2000-2004 Fabrice
>Bellard
>  configuration:  --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-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
>
>-Joshua Ebel
>
>-----Original Message-----
>From: mythtv-users-bounces at mythtv.org
>[mailto:mythtv-users-bounces at mythtv.org] On Behalf Of Egeekial
>Sent: Thursday, June 09, 2005 12:12 PM
>To: Chris Menard; Discussion about mythtv
>Subject: Re: [mythtv-users] Mythstream
>
>Well, ffmpeg compiled fine with those settings, but vlc fails. I changed 
>the
>-- with-ffmpeg-tree=/video/extra/ffmpeg-cvs-2004-11-10 to match my 
>system, obviously.
>
>Here is the error:
>Making all in ffmpeg
>make[5]: Entering directory `/root/vlc-0.8.1/modules/codec/ffmpeg'
>make[6]: Entering directory `/root/vlc-0.8.1/modules/codec/ffmpeg'
>if gcc -DHAVE_CONFIG_H -I. -I. -I../../..   -DSYS_LINUX 
>-I../../../include `top_builddir="../../.." ../../../vlc-config --cflags 
>builtin ffmpeg` -Wsign-compare -Wall  -pipe -MT libffmpeg_a-video.o -MD 
>-MP -MF ".deps/libffmpeg_a-video.Tpo" \
>  -c -o libffmpeg_a-video.o `test -f 'video.c' || echo './'`video.c; \
>then mv -f ".deps/libffmpeg_a-video.Tpo" ".deps/libffmpeg_a-video.Po"; \
>else rm -f ".deps/libffmpeg_a-video.Tpo"; exit 1; \
>fi
>video.c: In function `ffmpeg_NewPictBuf':
>video.c:183: error: structure has no member named `frame_rate'
>video.c:183: error: structure has no member named `frame_rate_base'
>video.c:185: error: structure has no member named `frame_rate'
>video.c:186: error: structure has no member named `frame_rate_base'
>video.c: In function `DecodeVideo__ffmpeg':
>video.c:634: error: structure has no member named `frame_rate'
>video.c:638: error: structure has no member named `frame_rate_base'
>video.c:639: error: structure has no member named `frame_rate'
>make[6]: *** [libffmpeg_a-video.o] Error 1
>make[6]: Leaving directory `/root/vlc-0.8.1/modules/codec/ffmpeg'
>make[5]: *** [all-modules] Error 1
>make[5]: Leaving directory `/root/vlc-0.8.1/modules/codec/ffmpeg'
>make[4]: *** [all-recursive] Error 1
>make[4]: Leaving directory `/root/vlc-0.8.1/modules/codec'
>make[3]: *** [all] Error 2
>make[3]: Leaving directory `/root/vlc-0.8.1/modules/codec'
>make[2]: *** [all-recursive] Error 1
>make[2]: Leaving directory `/root/vlc-0.8.1/modules'
>make[1]: *** [all-recursive] Error 1
>make[1]: Leaving directory `/root/vlc-0.8.1'
>make: *** [all] Error 2
>
>
>
>
>
>
>
>
>
>
>
>Chris Menard wrote:
>
>  
>
>>Configure ffmpeg:
>>./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl
>>--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpe
>>g-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-mp3
>>lame --enable-pp
>>
>>Configure VideoLan-Client Version 0.8.1:
>>./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl
>>--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpe
>>g-zlib --enable-mad --enable-libdvbpsi --enable-a52 --disable-dvdplay
>>--enable-dvdnav --enable-vorbis --enable-ogg --enab
>>le-theora --enable-mkv --enable-freetype --disable-cddax
>>--disable-vcdx --enable-speex --enable-flac --enable-goom --enab
>>le-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
>>
>>
>>On 6/9/05, Mudit Wahal <mwahal at gmail.com> wrote:
>> 
>>
>>    
>>
>>>I think I had to recompile the vlc and ffmpeg with the right flags to
>>>include all the relevant libraries to fix this error. Google it out
>>>and you will see similar messages and ways to fix it.
>>>
>>>On 6/9/05, Egeekial <egeekial at comcast.net> wrote:
>>>   
>>>
>>>      
>>>
>>>>I just cannot seem to get Mythstream working properly. I'm trying to
>>>>stream MPEG2 files from my PVR-150.
>>>>
>>>>Here is the output when I try DIV3.:
>>>>
>>>>Starting Stream of /hd2/tv//2026_20050609013000_20050609020000.nuv
>>>>VLC media player 0.8.1 Janus
>>>>[00000205] main interface: creating httpd
>>>>[00000221] mpeg_audio packetizer: MPGA channels:2 samplerate:48000
>>>>        
>>>>
>bitrate:384
>  
>
>>>>[00000223] ffmpeg encoder error: cannot find encoder MPEG Audio layer
>>>>        
>>>>
>1/2/3
>  
>
>>>>[00000210] stream_out_transcode private error: cannot find encoder
>>>>[00000210] stream_out_transcode private error: cannot create audio chain
>>>>[00000221] main packetizer error: cannot create packetizer output
>>>>[00000225] ffmpeg encoder error: cannot find encoder MS MPEG-4 Video v3
>>>>[00000210] stream_out_transcode private error: cannot find encoder
>>>>[00000210] stream_out_transcode private error: cannot create video chain
>>>>[00000220] main packetizer error: cannot create packetizer output
>>>>
>>>>
>>>>Here's the output when I try WMV2:
>>>>
>>>>Starting Stream of /hd2/tv//2018_20050609090000_20050609093000.nuv
>>>>VLC media player 0.8.1 Janus
>>>>[00000205] main interface: creating httpd
>>>>[00000221] mpeg_audio packetizer: MPGA channels:2 samplerate:48000
>>>>        
>>>>
>bitrate:384
>  
>
>>>>[00000223] ffmpeg encoder error: cannot find encoder MPEG Audio layer
>>>>        
>>>>
>1/2/3
>  
>
>>>>[00000210] stream_out_transcode private error: cannot find encoder
>>>>[00000210] stream_out_transcode private error: cannot create audio chain
>>>>[00000221] main packetizer error: cannot create packetizer output
>>>>[svq1 @ 0xb7eb0168]RD: nan
>>>>/usr/local/mythstream/mythstreamtv.sh: line 58:  9162 Segmentation fault
>>>>        
>>>>
>/usr/bin/vlc -I http --http-host=:8002 --sout-transcode-fps=$FPS
>--sout-transcode-deinterlace $1
>":sout=#transcode{vcodec=$VCODEC,acodec=$ACODEC,vb=$VB,ab=$AB,scale=$SIZE}:s
>td{access=mmsh,mux=asfh,url=:8001}"
>  
>
>>>>
>>>>_______________________________________________
>>>>mythtv-users mailing list
>>>>mythtv-users at mythtv.org
>>>>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>>>
>>>>     
>>>>
>>>>        
>>>>
>>>_______________________________________________
>>>mythtv-users mailing list
>>>mythtv-users at mythtv.org
>>>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>>
>>>   
>>>
>>>      
>>>
>>_______________________________________________
>>mythtv-users mailing list
>>mythtv-users at mythtv.org
>>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>
>>
>> 
>>
>>    
>>
>
>
>_______________________________________________
>mythtv-users mailing list
>mythtv-users at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>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