2013-04-22, 23:22
Hello guys,
i will watch my favourite TV channel in XBMC and so i created a XML file for LiveStreams plugin to watch it with the following parameters given from wireshark:
this does not work and the log file says "WARNING: HandShake: client signature does not match!" (under raspbmc and also under windows):
i read about updating the librtmp, but the problem is not solved, so i want to want ask you for help. I only want to stream from www.nucetv.com/channel/view/zind-canli-25
please help me to configure raspbmc (XBMC on Raspberry PI).
Thanks a lot and please excuse my english.
Dogano
i will watch my favourite TV channel in XBMC and so i created a XML file for LiveStreams plugin to watch it with the following parameters given from wireshark:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<channels>
<channel>
<name>Test</name>
<thumbnail>none</thumbnail>
<items>
<item>
<title>Nûce TV</title>
<link>rtmp://188.165.12.48/nucetv_video/25 pageUrl=http://www.nucetv.com/channel/view/zind-canli-25 live=1</link>
<thumbnail>none</thumbnail>
</item>
.....
</channel>
</channels>
this does not work and the log file says "WARNING: HandShake: client signature does not match!" (under raspbmc and also under windows):
Code:
22:33:09 T:5964 WARNING: CWin32DirectSound::GetSpace - buffer underrun - W:31752, P:21168, O:28224.
22:42:15 T:6764 NOTICE: Thread Jobworker start, auto delete: true
22:42:22 T:164 NOTICE: Previous line repeats 2 times.
22:42:22 T:164 NOTICE: Thread Background Loader start, auto delete: false
22:42:22 T:164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://enabled/folder.jpg
22:42:22 T:164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://install/folder.jpg
22:42:22 T:164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://disabled/folder.jpg
22:42:22 T:164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://search/folder.jpg
22:42:22 T:164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://repos/folder.jpg
22:42:23 T:5520 NOTICE: Thread Background Loader start, auto delete: false
22:42:28 T:1468 NOTICE: Previous line repeats 1 times.
22:42:28 T:1468 NOTICE: Thread Jobworker start, auto delete: true
22:42:43 T:3224 NOTICE: Thread XBPyThread start, auto delete: false
22:42:44 T:3224 NOTICE: -->Python Interpreter Initialized<--
22:42:45 T:3224 NOTICE: CommonFunctions-2.5.1
22:42:45 T:3224 WARNING: Attempt to use invalid handle -1
22:42:56 T:6644 WARNING: Previous line repeats 5 times.
22:42:56 T:6644 NOTICE: Thread Background Loader start, auto delete: false
22:43:01 T:5176 NOTICE: Thread XBPyThread start, auto delete: false
22:43:01 T:5176 NOTICE: -->Python Interpreter Initialized<--
22:43:02 T:5176 NOTICE: CommonFunctions-2.5.1
22:43:02 T:5652 NOTICE: Thread Background Loader start, auto delete: false
22:43:04 T:5584 NOTICE: Thread XBPyThread start, auto delete: false
22:43:04 T:5584 NOTICE: -->Python Interpreter Initialized<--
22:43:04 T:5584 NOTICE: CommonFunctions-2.5.1
22:43:05 T:4616 NOTICE: Thread Background Loader start, auto delete: false
22:43:05 T:4872 NOTICE: Thread XBPyThread start, auto delete: false
22:43:06 T:4872 NOTICE: -->Python Interpreter Initialized<--
22:43:06 T:4872 NOTICE: CommonFunctions-2.5.1
22:43:06 T:6360 NOTICE: Thread Background Loader start, auto delete: false
22:43:07 T:6264 NOTICE: Thread XBPyThread start, auto delete: false
22:43:08 T:6264 NOTICE: -->Python Interpreter Initialized<--
22:43:08 T:6264 NOTICE: CommonFunctions-2.5.1
22:43:08 T:5368 NOTICE: DVDPlayer: Opening: rtmp://188.165.12.48/nucetv_video/25 pageUrl=http://www.nucetv.com/channel/view/zind-canli-25 live=1
22:43:08 T:5368 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
22:43:08 T:5892 NOTICE: Thread CDVDPlayer start, auto delete: false
22:43:08 T:5892 NOTICE: Creating InputStream
22:43:08 T:5892 WARNING: HandShake: client signature does not match!
22:43:08 T:5892 ERROR: rtmp server sent error
22:43:08 T:5892 ERROR: rtmp server requested close
22:43:08 T:5892 ERROR: CDVDPlayer::OpenInputStream - error opening [rtmp://188.165.12.48/nucetv_video/25 pageUrl=http://www.nucetv.com/channel/view/zind-canli-25 live=1]
22:43:08 T:5892 NOTICE: CDVDPlayer::OnExit()
22:43:08 T:5892 NOTICE: CDVDPlayer::OnExit() deleting input stream
22:43:08 T:5368 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25+live%3D1&mode=12]
22:43:08 T:5368 NOTICE: CDVDPlayer::CloseFile()
22:43:08 T:5368 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
22:43:08 T:5368 NOTICE: DVDPlayer: waiting for threads to exit
22:43:08 T:5368 NOTICE: DVDPlayer: finished waiting
i read about updating the librtmp, but the problem is not solved, so i want to want ask you for help. I only want to stream from www.nucetv.com/channel/view/zind-canli-25
please help me to configure raspbmc (XBMC on Raspberry PI).
Thanks a lot and please excuse my english.
Dogano