我需要的是有rtmpdump命令经验的人来翻译如何使用其中的一个流。以下是提供列表中流信息的来源:
<item>
<title>TVR 1</title>
<link>rtmp://cdn1.us.spicetvnetwork.zone:1935/live?c=5&u=66302&e=1420619579&t=56877e 65b09a0d8a4b80ca4a22ba9307&d=xbmc&i=84307 playpath=mp4:spicetv/ro/TVR1.stream swfUrl=http://static.spicetvbox.com/flash/jwplayer.flash.swf pageUrl="http://api.spicetvbox.com/live/tvr-1" swfVfy=true live=true</link>
<thumbnail>http://www.spicetvbox.com/storage/channels/tvr-1.png</thumbnail>
<epg></epg>
</item>我设法走了这么远:
rtmpdump -r "rtmp://cdn1.us.spicetvnetwork.zone:1935/live?c=5&u=66302&e=1420619579&t=56877e65b09a0d8a4b 80ca4a22ba9307&d=xbmc&i=84307" -a "live/" -f "LNX 11,6,602,171" -W "http ://static.spicetvbox.com/flash/jwplayer.flash.swf" -p "http ://api.spicetvbox.com/live/tvr-1" -y "nnnnnn.sdp" -o nnnnnn.flv我得到以下错误
ERROR: Closing connection: NetStream.Play.Failed请注意,您将无法访问自己的流,因为它是锁定在每个用户的IP。
发布于 2015-01-14 00:29:35
在看了一些手册之后,我设法使它工作起来。关于上面的例子:
rtmpdump -r "rtmp://cdn1.us.spicetvnetwork.zone:1935/live?c=5&u=66302&e=1420619579&t=56877e65b09a0d8a4b80ca4a22ba9307&d=xbmc&i=84307" -a "live?c=5&u=66302&e=1420619579&t=56877e65b09a0d8a4b80ca4a22ba9307&d=xbmc&i=84307" -f "LNX 11,2,202,425" -W "http://static.spicetvbox.com/flash/jwplayer.flash.swf" -p "http://www.spicetvbox.eu/live/tvr-1" -y "mp4:spicetv/ro/TVR1.stream" -o TVR1.stream.flvhttps://askubuntu.com/questions/571112
复制相似问题