Play RTMP Stream with authentication
Posted: 20 Jul 2009 15:05
Hello,
I need to play a RTMP stream that requires authentication.
The smil file defining the stream looks like this:
Can i play thhis using VLC and if yes what would the commandline look?
Thanks in advance for your help.
best regards,
Christian Hubinger
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>
Thanks in advance for your help.
best regards,
Christian Hubinger