2012-12-27, 14:00
Hey guys,
I am having some trouble getting a RTMP stream to play through XBMC.
The following rtmpdump command works flawlessly and will output a file that can be played using a player like VLC:
I convert the above command to a XBMC URL as follows:
The above URL is not working in XBMC. I get the following error:
Appreciate any insight to what the problem could be.
Cheers!
I am having some trouble getting a RTMP stream to play through XBMC.
The following rtmpdump command works flawlessly and will output a file that can be played using a player like VLC:
Code:
rtmpdump.exe -r "rtmp://www.teledunet.com:1935/teledunet" -a "teledunet" -s "http://www.teledunet.com/tv/player.swf?repeat=always&autostart=true&stretching_=none&id0=2690149505650&streamer=rtmp%3A//www.teledunet.com%3A1935/teledunet&file=afasi_tv&provider=rtmp&skin=bekle/bekle.xml" -y "afasi_tv" -o test.flv
I convert the above command to a XBMC URL as follows:
Code:
rtmp://www.teledunet.com:1935/teledunet app=teledunet swfUrl=http://www.teledunet.com/tv/player.swf?repeat=always&autostart=true&stretching_=none&id0=2690149505650&streamer=rtmp%3A//www.teledunet.com%3A1935/teledunet&file=afasi_tv&provider=rtmp&skin=bekle/bekle.xml" playpath=afasi_tv
The above URL is not working in XBMC. I get the following error:
Code:
00:53:28 T:5200 NOTICE: DVDPlayer: Opening: rtmp://www.teledunet.com:1935/teledunet app=teledunet swfUrl=http://www.teledunet.com/tv/player.swf?repeat=always&autostart=true&stretching_=none&id0=2690149505650&streamer=rtmp://www.teledunet.com:1935/teledunet&file=afasi_tv&provider=rtmp&skin=bekle/bekle.xml playpath=afasi_tv flashVer=WIN 11,3,372,94
00:53:28 T:5200 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
00:53:28 T:424 NOTICE: Creating InputStream
00:53:30 T:424 ERROR: Closing connection: NetStream.Play.StreamNotFound
00:53:30 T:424 ERROR: CDVDPlayer::OpenInputStream - error opening [rtmp://www.teledunet.com:1935/teledunet app=teledunet swfUrl=http://www.teledunet.com/tv/player.swf?repeat=always&autostart=true&stretching_=none&id0=2690149505650&streamer=rtmp://www.teledunet.com:1935/teledunet&file=afasi_tv&provider=rtmp&skin=bekle/bekle.xml playpath=afasi_tv flashVer=WIN 11,3,372,94 ]
00:53:30 T:424 NOTICE: CDVDPlayer::OnExit()
00:53:30 T:424 NOTICE: CDVDPlayer::OnExit() deleting input stream
00:53:30 T:5200 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://...]
00:53:30 T:5200 NOTICE: CDVDPlayer::CloseFile()
00:53:30 T:5200 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
00:53:30 T:5200 NOTICE: DVDPlayer: waiting for threads to exit
00:53:30 T:5200 NOTICE: DVDPlayer: finished waiting
Appreciate any insight to what the problem could be.
Cheers!