Re: nStreamPlayer 0.3 - IPTV Stream Player - E2 Plugin(общее обсуждение) + линки
http://forum.wiziwig.eu/threads/6979...-your-Dreambox
http://forum.wiziwig.eu/threads/6979...-your-Dreambox
/usr/script/rtmpgw_cam.sh start
/usr/script/rtmpgw_cam.sh restart
<?xml version="1.0" encoding="UTF-8"?> <iptvstreams_list> <group><name>Music RTMP</name> <channel> <name>CMC (US)</name> <piconname>dummy.png</piconname> <stream_url><![CDATA[http://127.0.0.1:1234/?W=http://http...stream_url> <ts_stream></ts_stream> <buffer_kb>512</buffer_kb> </channel> <channel><name>RMC 1</name> <piconname>dummy.png</piconname> <stream_url><![CDATA[http://127.0.0.1:1234/?W=http://www....stream_url> <ts_stream></ts_stream> <buffer_kb>512</buffer_kb> </channel> <channel><name>Rock Tv Hungary</name> <piconname>dummy.png</piconname> <stream_url><![CDATA[http://127.0.0.1:1234/?W=http://rock...stream_url> <ts_stream></ts_stream> <buffer_kb>512</buffer_kb> </channel> </group> </iptvstreams_list>
#NAME IPTV TEST (TV) #SERVICE 1:0:1:7E1:0:0:0:0:0:0:http%3a//127.0.0.1%3a1234/?W=http%3a//rocktv.hu/live/flowplayer/flowplayer.commercial-3.2.7.swf&r=rtmp%3a//91.82.85.71%3a1935/live/_definst_/&p=http%3a//rocktv.hu/live/live2.html&y=rocktv:Rock TV (iptv) #DESCRIPTION Rock TV (iptv)
if(entry[4]): id_s = 4114 else: id_s = 4097
root@ET9200:~# /usr/bin/topgw -g 1234 -v HTTP-RTMP Stream Gateway v2.4 (c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL ERROR: startStreaming, TCP bind failed for port number: 1234 ERROR: Failed to start HTTP server, exiting! root@ET9200:~#
root@ET9200:~# /usr/bin/rtmpgw -g 2020 -v HTTP-RTMP Stream Gateway v2.4 (c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL Streaming on http://0.0.0.0:2020 Connecting ... port: 1935, app: live/_definst_/ 139.017 KB / 0.71 sec
playing 4097:0:0:0:0:0:0:0:0:0:http%3a//127.0.0.1%3a2020/?W=http%3a//rocktv.hu/live/flowplayer/flowplayer.commercial-3.2.7.swf&r=rtmp%3a//91.82.85.71%3a1935/live/_definst_/&p=http%3a//rocktv.hu/live/live2.html&y=rocktv eServiceMP3::construct! eServiceMP3::playbin2 uri=http://127.0.0.1:2020/?W=http://rocktv.hu/live/flowplayer/flowplayer.commercial-3.2.7.swf&r=rtmp://91.82.85.71:1935/live/_definst_/&p=http://rocktv.hu/live/live2.html&y=rocktv eServiceMP3::starting pipeline eServiceMP3::state transition NULL -> READY eServiceMP3::GST_STREAM_STATUS_TYPE_CREATE -> setting timeout on souphttpsrc to 10s eServiceMP3::m_errorInfo.missing_codec = video/x-flv Gstreamer error: Your GStreamer installation is missing a plug-in. (12) from decodebin21 Gstreamer error: A Flash demuxer plugin is required to play this stream, but not installed. (6) from decodebin21 Gstreamer error: Internal data flow error. (1) from source eServiceMP3::http source timeout! issuing eof...
import os
def Start_iptv_palyer(session, **kwargs): os.popen("/usr/bin/rtmpgw -g 1234 -v 2>/dev/null &")
Комментарий