Page 1 of 1

Error creating SDP file..

Posted: 24 May 2009 12:18
by sasha_vienna
HI there..

I have a lot of trouble creating a SDP file with the parrameters i have in this line.. Dunno why, but it just doesnt work! Can u please help me sove the problem? Where am i wrong!?

:sout=#transcode{vcodec=WMV2,vb=900,scale=1,acodec=wma,ab=96,channels=2}:duplicate{dst=std{access=http,mux=asf,dst=:8080},dst=rtp{dst=239.10.10.10,mux=asf,port=1234,port-audio=1234,port-video=1234,sdp="file://C:/vlc.sdp"}}


How should then the Command line look like?

Thnx in advance!

Re: Error creating SDP file..

Posted: 24 May 2009 20:06
by Rémi Denis-Courmont
VLC cannot mux ASF over RTP.

Re: Error creating SDP file..

Posted: 24 May 2009 20:51
by sasha_vienna
Ok, then forget RTP..

Leave only HTTP.. I can use only http if it is not possible other way!

Re: Error creating SDP file..

Posted: 24 May 2009 21:27
by Rémi Denis-Courmont
I don't understand the question then.

Re: Error creating SDP file..

Posted: 24 May 2009 21:39
by sasha_vienna
Ok..

I want to re-encode a video file that i have on my hard drive and "give it" to Darwin Streaming Server, so that my friends can watch it too.. It is not so important if it is a RTSP or HTTP protocol.. I only need the SDP file for DARWIN, but somehow i can not create it.. Where am i making a mistake my friend?

Thnx in advance..

Re: Error creating SDP file..

Posted: 25 May 2009 17:05
by Rémi Denis-Courmont
I already told you. The RTP output does not support ASF encapsulation (I don't even know if this combination makes sense), so naturally it cannot generate a SDP either.