[vlc-devel] Re: VOD transcode

Derk-Jan Hartman hartman at videolan.org
Tue Sep 13 17:30:51 CEST 2005


On 12 sep 2005, at 23:50, johnny Laura wrote:
> Hello ...I'm again; well I'm trying to transcode a video and audio  
> to mp4, it on the fly in vod; in my Telnet server I have put this  
> configuration:
>
> > show Test1
> show
>     Test1
>         type : vod
>         enabled : yes
>         loop : no
>         inputs
>             videos/Eminem.mpg
>         output : #transcode 
> {vcodec=mp4v,acodec=mpga,vb=100,ab=32,deinterlace}:standard{mux=raw}


Why standard{mux=raw} ???
That's breaking the chain. (Read the messages carefully, and you'll  
see that yourself as well.

DJ



>         options
>         instances
> >
>
> and when I try to connect with my vlc client I have the next error:
> ********************************************************************** 
> ********************************************************************** 
> **********************************************
> [00000264] main private debug: new connection (192.168.10.38)
> RtspCallback query: type=7
> v=0
> o=- 1126558573538687 3 IN IP4 127.0.0.1
> t=0 0
> a=tool:vlc 0.8.2-test2
> c=IN IP4 0.0.0.0/0
> a=range:npt=0-315.241
> m=audio 0 RTP/AVP 14
> a=rtpmap:14 MPA/90000
> a=control:rtsp://192.168.10.38:5554/Test1/trackid=0
> m=video 0 RTP/AVP 32
> a=rtpmap:32 MPV/90000
> a=control:rtsp://192.168.10.38:5554/Test1/trackid=1
> RtspCallback query: type=8
> HTTPD_MSG_SETUP: transport=RTP/AVP;unicast;client_port=32850-32851
> HTTPD_MSG_SETUP: unicast ip=192.168.10.38 port=32850
> [00000261] vod_rtsp private debug: new session: 209901276
> RtspCallback query: type=8
> HTTPD_MSG_SETUP: transport=RTP/AVP;unicast;client_port=32852-32853
> HTTPD_MSG_SETUP: unicast ip=192.168.10.38 port=32852
> RtspCallback query: type=9
> [00000261] vod_rtsp private debug: HTTPD_MSG_PLAY for session:  
> 209901276
> [00000583] main input debug: set input option: sout to #transcode 
> {vcodec=mp4v,acodec=mpga,vb=100,ab=32,deinterlace}:standard 
> {mux=raw}:rtp{dst=192.168.10.38,port-video=32852,port-audio=32850}
> [00000583] main input debug: waiting for thread completion
> [00000584] main stream output debug: stream=`transcode'
> [00000585] main private debug: looking for sout stream module: 1  
> candidate
> [00000584] main stream output debug: stream=`standard'
> [00000587] main private debug: looking for sout stream module: 1  
> candidate
> [00000583] main input debug: thread 1132465072 (input) created at  
> priority 0 (src/input/input.c:230)
> [00000587] main private debug: set sout option: sout-standard-mux  
> to raw
> [00000587] stream_out_standard private debug: creating `(null)/ 
> raw://(null)'
> [00000587] stream_out_standard private debug: using `file/raw:// 
> (null)'
> [00000588] main private debug: looking for sout access module: 1  
> candidate
> [00000588] access_output_file private error: cannot open `'
> [00000588] main private warning: no sout access module matching  
> "file" could be loaded
> [00000587] stream_out_standard private error: no suitable sout  
> access module for `file/raw://(null)'
> [00000587] main private warning: no sout stream module matching  
> "standard" could be loaded
> [00000587] main private debug: destroying chain... (name=standard)
> [00000587] main private debug: destroying chain done
> [00000585] stream_out_transcode private error: cannot create chain
> [00000585] main private warning: no sout stream module matching  
> "transcode" could be loaded
> [00000585] main private debug: destroying chain... (name=transcode)
> [00000585] main private debug: destroying chain done
> [00000584] main stream output error: stream chained failed for  
> `transcode 
> {vcodec=mp4v,acodec=mpga,vb=100,ab=32,deinterlace}:standard 
> {mux=raw}:rtp{dst=192.168.10.38,port-video=32852,port-audio=32850}'
> [00000583] main input error: cannot start stream output instance,  
> aborting
> [00000583] main input debug: thread 1132465072 joined (src/input/ 
> input.c:386)
> RtspCallback query: type=11
> [00000261] vod_rtsp private debug: HTTPD_MSG_TEARDOWN for session:  
> 209901276
> [00000261] vod_rtsp private debug: closing session: 209901276
> [00000264] main private debug: new connection (192.168.10.38)
> [00000264] main private debug: connection closed(192.168.10.38)
> RtspCallback query: type=7
> v=0
> o=- 1126558573538687 3 IN IP4 127.0.0.1
> t=0 0
> a=tool:vlc 0.8.2-test2
> c=IN IP4 0.0.0.0/0
> a=range:npt=0-315.241
> m=audio 0 RTP/AVP 14
> a=rtpmap:14 MPA/90000
> a=control:rtsp://192.168.10.38:5554/Test1/trackid=0
> m=video 0 RTP/AVP 32
> a=rtpmap:32 MPV/90000
> a=control:rtsp://192.168.10.38:5554/Test1/trackid=1
> RtspCallback query: type=8
> HTTPD_MSG_SETUP: transport=RTP/AVP/TCP;unicast;interleaved=0-1
> RtspCallback query: type=8
> HTTPD_MSG_SETUP: transport=RTP/AVP/TCP;unicast;interleaved=2-3
> [00000264] main private debug: connection closed(192.168.10.38)
>
> ********************************************************************** 
> ********************************************************************** 
> **********************************************
>
> And my vlc client see nothing.........am I making anything  
> wrong???????

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list