Page 1 of 1

Play RTMP Stream with authentication

Posted: 20 Jul 2009 15:05
by theanimal666
Hello,

I need to play a RTMP stream that requires authentication.
The smil file defining the stream looks like this:

Code: Select all

<smil xmlns="http://www.w3.org/2005/SMIL21/Language" title="EdgeBOSS-SMIL:1.0"> <video src="rtmp://the.stream.url" title="DVB-H" copyright="Company xy" author="Company xy"> <param name="isLive" value="1" valuetype="data"/> <param name="playAuthParams" value="auth=xxxxxxx&aifp=0001" valuetype="data"/> <param name="secondaryEncoderSrc" value="http://xxxxxxx" valuetype="data"/> </video> </smil>
Can i play thhis using VLC and if yes what would the commandline look?

Thanks in advance for your help.

best regards,
Christian Hubinger