Live Streaming of RTMP Streams
#1
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:
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
Reply
#2
Hey Dogano, I think if you post in this thread, you'll get your question answerd.

http://forum.xbmc.org/showthread.php?tid...8&page=246
Reply
#3
(2013-04-22, 23:22)dogano Wrote: 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:
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

I will try tomorrow to see if i can help
If I helped you please add to my reputation a positive note

School has started, This Means Lots Of Homework[/color]


No Sharing XML's Anymore Per Forum Rules
Reply
#4
You need to add Swfurl=[your swf link] and Playpath=[the stream playpath] in your xml
XBMC Fever..
Reply
#5
(2013-04-22, 23:22)dogano Wrote: 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:
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


Here you go i didn't test it but it should work: Try it

<item> CHANNEL NAME HERE </item>
<link>rtmp://188.165.12.48/nucetv_video/25 playpath=stream
swfUrl=http://nucetv.com/viewer.swf live=true timeout=15
pageUrl=http://www.nucetv.com/channel/view/zind-canli-25</link>
<thumbnail></thumbnail>
If I helped you please add to my reputation a positive note

School has started, This Means Lots Of Homework[/color]


No Sharing XML's Anymore Per Forum Rules
Reply
#6
Quote:Here you go i didn't test it but it should work: Try it

<item> CHANNEL NAME HERE </item>
<link>rtmp://188.165.12.48/nucetv_video/25 playpath=stream
swfUrl=http://nucetv.com/viewer.swf live=true timeout=15
pageUrl=http://www.nucetv.com/channel/view/zind-canli-25</link>
<thumbnail></thumbnail>

Thank you for your suggestion but it also dont work.. maybe i have missed something(like librtmp?)

i tried it on win7 and raspbmc

and this is the current log file:

Code:
20:54:23 T:3037466624  NOTICE: -----------------------------------------------------------------------
20:54:23 T:3037466624  NOTICE: Starting XBMC (12.1 Git:20130317-0d373cc), Platform: Linux (Debian GNU/Linux 7.0 (wheezy), 3.6.11 armv6l). Built on Mar 22 2013
20:54:23 T:3037466624  NOTICE: special://xbmc/ is mapped to: /opt/xbmc-bcm/xbmc-bin/share/xbmc
20:54:23 T:3037466624  NOTICE: special://xbmcbin/ is mapped to: /opt/xbmc-bcm/xbmc-bin/lib/xbmc
20:54:23 T:3037466624  NOTICE: special://masterprofile/ is mapped to: /home/pi/.xbmc/userdata
20:54:23 T:3037466624  NOTICE: special://home/ is mapped to: /home/pi/.xbmc
20:54:23 T:3037466624  NOTICE: special://temp/ is mapped to: /home/pi/.xbmc/temp
20:54:23 T:3037466624  NOTICE: The executable running is: /opt/xbmc-bcm/xbmc-bin/lib/xbmc/xbmc.bin
20:54:23 T:3037466624  NOTICE: Local hostname: raspbmc
20:54:23 T:3037466624  NOTICE: Log File is located: /home/pi/.xbmc/temp/xbmc.log
20:54:23 T:3037466624  NOTICE: -----------------------------------------------------------------------
20:54:25 T:3037466624  NOTICE: load settings...
20:54:25 T:3037466624  NOTICE: special://profile/ is mapped to: special://masterprofile/
20:54:25 T:3037466624  NOTICE: loading special://masterprofile/guisettings.xml
20:54:25 T:3037466624  NOTICE: Getting hardware information now...
20:54:25 T:3037466624  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
20:54:25 T:3037466624  NOTICE: Loaded playercorefactory configuration
20:54:25 T:3037466624  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
20:54:25 T:3037466624  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
20:54:25 T:3037466624  NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
20:54:25 T:3037466624  NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
                                            <advancedsettings>
                                              <cputempcommand>/opt/vc/bin/vcgencmd measure_temp | sed -e &apos;s/temp=\([0-9]*\).*/\1 C/&apos;</cputempcommand>
                                              <gputempcommand>/opt/vc/bin/vcgencmd measure_temp | sed -e &apos;s/temp=\([0-9]*\).*/\1 C/&apos;</gputempcommand>
                                              <network>
                                                <cachemembuffersize>2097152</cachemembuffersize>
                                              </network>
                                              <imageres>540</imageres>
                                              <fanartres>720</fanartres>
                                              <video>
                                                <defaultplayer>omxplayer</defaultplayer>
                                                <defaultdvdplayer>omxplayer</defaultdvdplayer>
                                              </video>
                                              <audio>
                                                <defaultplayer>paplayer</defaultplayer>
                                                <streamsilence>false</streamsilence>
                                              </audio>
                                            </advancedsettings>
20:54:25 T:3037466624  NOTICE: Getting hardware information now...
20:54:25 T:3037466624  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
20:54:25 T:3037466624  NOTICE: Default DVD Player: omxplayer
20:54:25 T:3037466624  NOTICE: Default Video Player: omxplayer
20:54:25 T:3037466624  NOTICE: Default Audio Player: paplayer
20:54:25 T:3037466624  NOTICE: Disabled debug logging due to GUI setting. Level 0.
20:54:25 T:3037466624  NOTICE: Log level changed to 0
20:54:25 T:3037466624  NOTICE: Loading media sources from special://masterprofile/sources.xml
20:54:26 T:3037466624   ERROR: Error: Requested setting (audiooutput.guisoundmode) was not found.  It must be case-sensitive
20:54:26 T:3037466624  NOTICE: Running database version Addons15
20:54:27 T:3037466624  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
20:54:27 T:3028247616  NOTICE: Thread CEC Adapter start, auto delete: false
20:54:27 T:3019859008  NOTICE: Thread XBMC Peripherals start, auto delete: false
20:54:29 T:3037466624  NOTICE: Previous line repeats 1 times.
20:54:29 T:3037466624  NOTICE: Raspberry PI firmware version: Mar  7 2013 19:34:17
                                            Copyright (c) 2012 Broadcom
                                            version 375458 (release)
20:54:29 T:3037466624  NOTICE: InitWindowSystem: Using EGL Implementation: raspberrypi
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 720 x 576 for display 0 with 720 x 576 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 24.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 25.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 30.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 72.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 72.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 70.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1152 x 864 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1280 x 800 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 900 x 720 for display 0 with 1280 x 1024 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 900 x 720 for display 0 with 1280 x 1024 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1440 x 900 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1680 x 1050 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1366 x 768 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1600 x 900 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found ([email protected]) at 19, setting to RES_DESKTOP at 16
20:54:29 T:3037466624  NOTICE: Checking resolution 16
20:54:29 T:3037466624  NOTICE: GL_VENDOR = Broadcom
20:54:29 T:3037466624  NOTICE: GL_RENDERER = VideoCore IV HW
20:54:29 T:3037466624  NOTICE: GL_VERSION = OpenGL ES 2.0
20:54:29 T:3037466624  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
20:54:29 T:3037466624  NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
20:54:40 T:3028247616   ERROR: CecLogMessage - failed to release the previous LA
20:54:40 T:3028247616   ERROR: CecLogMessage - could not open a connection (try 1)
20:54:41 T:3037466624  NOTICE: Running database version Addons15
20:54:41 T:3037466624  NOTICE: Running database version ViewModes4
20:54:41 T:3037466624  NOTICE: Running database version Textures13
20:54:41 T:3037466624  NOTICE: Running database version MyMusic32
20:54:41 T:3037466624  NOTICE: Running database version MyVideos75
20:54:41 T:3037466624  NOTICE: Running database version TV22
20:54:41 T:3037466624  NOTICE: Running database version Epg7
20:54:41 T:3037466624  NOTICE: start dvd mediatype detection
20:54:41 T:3037466624  NOTICE: initializing playlistplayer
20:54:41 T:3037466624  NOTICE: DONE initializing playlistplayer
20:54:41 T:3010544704  NOTICE: Thread CDetectDVDMedia start, auto delete: false
20:54:44 T:2877289536  NOTICE: Thread CEC Adapter Update Thread start, auto delete: false
20:54:45 T:2858415168  NOTICE: Thread XBPyThread start, auto delete: false
20:54:45 T:3037466624  NOTICE: Previous line repeats 1 times.
20:54:45 T:3037466624  NOTICE: initialize done
20:54:45 T:3037466624  NOTICE: Running the application...
20:54:45 T:2850026560  NOTICE: Thread XBPyThread start, auto delete: false
20:54:46 T:3037466624   ERROR: GLES: Vertical Blank Syncing unsupported
20:54:46 T:2858415168  NOTICE: -->Python Interpreter Initialized<--
20:54:46 T:2866803776  NOTICE: -->Python Interpreter Initialized<--
20:54:46 T:2850026560  NOTICE: -->Python Interpreter Initialized<--
20:54:48 T:2839540800  NOTICE: Thread Jobworker start, auto delete: true
20:54:49 T:3037466624  NOTICE: Webserver: Starting...
20:54:49 T:3037466624  NOTICE: WebServer: Started the webserver
20:54:49 T:3037466624  NOTICE: ES: Starting event server
20:54:49 T:3037466624  NOTICE: starting zeroconf publishing
20:54:49 T:2789209152  NOTICE: Thread CEventServer start, auto delete: false
20:54:49 T:2789209152  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
20:54:49 T:2789209152  NOTICE: UDP: Listening on port 9777
20:54:49 T:2780820544  NOTICE: Thread CTCPServer start, auto delete: false
20:54:49 T:2772431936  NOTICE: Thread Jobworker start, auto delete: true
20:54:51 T:2850026560  NOTICE:  StorageServer Module loaded RUN
20:54:51 T:2850026560  NOTICE: StorageClient-2.5.0 Starting server
20:54:52 T:2850026560  NOTICE: StorageServer-2.5.0 Storage Server starting /home/pi/.xbmc/userdata/addon_data/script.common.plugin.cache/commoncache.db
20:54:53 T:2866803776  NOTICE: services: {'sys.service.avahi': 'true', 'sys.service.remote': 'true', 'sys.service.ftp': 'true', 'sys.service.samba': 'true', 'sys.service.ssh': 'true', 'sys.service.cron': 'false', 'sys.service.tvh': 'false'}
20:54:54 T:2866803776  NOTICE: enable service: avahi-daemon
20:54:54 T:2866803776  NOTICE: enable service: eventlircd
20:54:55 T:2866803776  NOTICE: enable service: ftp
20:54:57 T:2866803776  NOTICE: enable service: samba
20:54:58 T:2866803776  NOTICE: enable service: ssh
20:54:58 T:2866803776  NOTICE: disable service: cron
20:54:58 T:2866803776  NOTICE: disable service: tvheadend
20:55:01 T:2866803776  NOTICE: system settings from addon: {'sys.config.freq.arm': 800, 'sys.config.freq.gpu': 250, 'sys.config.freq.sdram': 400, 'sys.config.freq.core': 250, 'sys.config.freq.overvolt': 0, 'sys.config.decode.wvc1': '', 'sys.config.disable.overscan': '1', 'sys.config.decode.ac3': '', 'sys.config.freq.isp': 250, 'sys.config.decode.mpg2': '', 'sys.config.decode.dts': ''}
20:55:01 T:2866803776  NOTICE: system settings from /boot/config.txt: {'sys.config.freq.arm': 800, 'sys.config.freq.gpu': 250, 'sys.config.freq.sdram': 400, 'sys.config.freq.core': 250, 'sys.config.freq.overvolt': 0, 'sys.config.decode.wvc1': '', 'sys.config.disable.overscan': '1', 'sys.config.decode.ac3': '', 'sys.config.freq.isp': 250, 'sys.config.decode.mpg2': '', 'sys.config.decode.dts': ''}
20:55:03 T:2866803776  NOTICE: Thread Background Loader start, auto delete: false
20:55:04 T:2866803776  NOTICE: Thread Jobworker start, auto delete: true
20:55:06 T:2750407744  NOTICE: Previous line repeats 2 times.
20:55:06 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:06 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:10 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:11 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:13 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:13 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:17 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:18 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:20 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:20 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:23 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:24 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:26 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:26 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:29 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:29 T:2750407744 WARNING: Attempt to use invalid handle 4
20:55:29 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:29 T:2750407744  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:29 T:2750407744  NOTICE: Creating InputStream
20:55:29 T:2750407744 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:29 T:2750407744   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:29 T:2750407744  NOTICE: COMXPlayer::OnExit()
20:55:29 T:2750407744  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:29 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:29 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:29 T:3037466624  NOTICE: OMXClock using video as reference
20:55:33 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:33 T:2737828928  NOTICE: Thread XBPyThread start, auto delete: false
20:55:33 T:2737828928  NOTICE: -->Python Interpreter Initialized<--
20:55:36 T:2737828928  NOTICE: CommonFunctions-2.5.1
20:55:36 T:2737828928 WARNING: Attempt to use invalid handle 5
20:55:36 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:36 T:2737828928  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:36 T:2737828928  NOTICE: Creating InputStream
20:55:36 T:2737828928 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:36 T:2737828928   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:36 T:2737828928  NOTICE: COMXPlayer::OnExit()
20:55:36 T:2737828928  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:36 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:36 T:2750407744  NOTICE: Thread Background Loader start, auto delete: false
20:55:36 T:3037466624  NOTICE: OMXClock using video as reference
20:55:38 T:2750407744  NOTICE: Previous line repeats 1 times.
20:55:38 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:38 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:41 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:41 T:2750407744 WARNING: Attempt to use invalid handle 6
20:55:41 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:42 T:2750407744  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:42 T:2750407744  NOTICE: Creating InputStream
20:55:42 T:2750407744 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:42 T:2750407744   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:42 T:2750407744  NOTICE: COMXPlayer::OnExit()
20:55:42 T:2750407744  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:42 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:42 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:42 T:3037466624  NOTICE: OMXClock using video as reference
20:55:44 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:44 T:2737828928  NOTICE: Thread XBPyThread start, auto delete: false
20:55:44 T:2737828928  NOTICE: -->Python Interpreter Initialized<--
20:55:46 T:2737828928  NOTICE: CommonFunctions-2.5.1
20:55:46 T:2737828928 WARNING: Attempt to use invalid handle 7
20:55:47 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:47 T:2737828928  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:47 T:2737828928  NOTICE: Creating InputStream
20:55:47 T:2737828928 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:47 T:2737828928   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:47 T:2737828928  NOTICE: COMXPlayer::OnExit()
20:55:47 T:2737828928  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:47 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:47 T:3037466624  NOTICE: OMXClock using video as reference
20:55:50 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:50 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
Reply
#7
(2013-04-26, 22:48)dogano Wrote:
Quote:Here you go i didn't test it but it should work: Try it

<item> CHANNEL NAME HERE </item>
<link>rtmp://188.165.12.48/nucetv_video/25 playpath=stream
swfUrl=http://nucetv.com/viewer.swf live=true timeout=15
pageUrl=http://www.nucetv.com/channel/view/zind-canli-25</link>
<thumbnail></thumbnail>

Thank you for your suggestion but it also dont work.. maybe i have missed something(like librtmp?)

i tried it on win7 and raspbmc

and this is the current log file:

Code:
20:54:23 T:3037466624  NOTICE: -----------------------------------------------------------------------
20:54:23 T:3037466624  NOTICE: Starting XBMC (12.1 Git:20130317-0d373cc), Platform: Linux (Debian GNU/Linux 7.0 (wheezy), 3.6.11 armv6l). Built on Mar 22 2013
20:54:23 T:3037466624  NOTICE: special://xbmc/ is mapped to: /opt/xbmc-bcm/xbmc-bin/share/xbmc
20:54:23 T:3037466624  NOTICE: special://xbmcbin/ is mapped to: /opt/xbmc-bcm/xbmc-bin/lib/xbmc
20:54:23 T:3037466624  NOTICE: special://masterprofile/ is mapped to: /home/pi/.xbmc/userdata
20:54:23 T:3037466624  NOTICE: special://home/ is mapped to: /home/pi/.xbmc
20:54:23 T:3037466624  NOTICE: special://temp/ is mapped to: /home/pi/.xbmc/temp
20:54:23 T:3037466624  NOTICE: The executable running is: /opt/xbmc-bcm/xbmc-bin/lib/xbmc/xbmc.bin
20:54:23 T:3037466624  NOTICE: Local hostname: raspbmc
20:54:23 T:3037466624  NOTICE: Log File is located: /home/pi/.xbmc/temp/xbmc.log
20:54:23 T:3037466624  NOTICE: -----------------------------------------------------------------------
20:54:25 T:3037466624  NOTICE: load settings...
20:54:25 T:3037466624  NOTICE: special://profile/ is mapped to: special://masterprofile/
20:54:25 T:3037466624  NOTICE: loading special://masterprofile/guisettings.xml
20:54:25 T:3037466624  NOTICE: Getting hardware information now...
20:54:25 T:3037466624  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
20:54:25 T:3037466624  NOTICE: Loaded playercorefactory configuration
20:54:25 T:3037466624  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
20:54:25 T:3037466624  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
20:54:25 T:3037466624  NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
20:54:25 T:3037466624  NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
                                            <advancedsettings>
                                              <cputempcommand>/opt/vc/bin/vcgencmd measure_temp | sed -e &apos;s/temp=\([0-9]*\).*/\1 C/&apos;</cputempcommand>
                                              <gputempcommand>/opt/vc/bin/vcgencmd measure_temp | sed -e &apos;s/temp=\([0-9]*\).*/\1 C/&apos;</gputempcommand>
                                              <network>
                                                <cachemembuffersize>2097152</cachemembuffersize>
                                              </network>
                                              <imageres>540</imageres>
                                              <fanartres>720</fanartres>
                                              <video>
                                                <defaultplayer>omxplayer</defaultplayer>
                                                <defaultdvdplayer>omxplayer</defaultdvdplayer>
                                              </video>
                                              <audio>
                                                <defaultplayer>paplayer</defaultplayer>
                                                <streamsilence>false</streamsilence>
                                              </audio>
                                            </advancedsettings>
20:54:25 T:3037466624  NOTICE: Getting hardware information now...
20:54:25 T:3037466624  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
20:54:25 T:3037466624  NOTICE: Default DVD Player: omxplayer
20:54:25 T:3037466624  NOTICE: Default Video Player: omxplayer
20:54:25 T:3037466624  NOTICE: Default Audio Player: paplayer
20:54:25 T:3037466624  NOTICE: Disabled debug logging due to GUI setting. Level 0.
20:54:25 T:3037466624  NOTICE: Log level changed to 0
20:54:25 T:3037466624  NOTICE: Loading media sources from special://masterprofile/sources.xml
20:54:26 T:3037466624   ERROR: Error: Requested setting (audiooutput.guisoundmode) was not found.  It must be case-sensitive
20:54:26 T:3037466624  NOTICE: Running database version Addons15
20:54:27 T:3037466624  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
20:54:27 T:3028247616  NOTICE: Thread CEC Adapter start, auto delete: false
20:54:27 T:3019859008  NOTICE: Thread XBMC Peripherals start, auto delete: false
20:54:29 T:3037466624  NOTICE: Previous line repeats 1 times.
20:54:29 T:3037466624  NOTICE: Raspberry PI firmware version: Mar  7 2013 19:34:17
                                            Copyright (c) 2012 Broadcom
                                            version 375458 (release)
20:54:29 T:3037466624  NOTICE: InitWindowSystem: Using EGL Implementation: raspberrypi
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 720 x 576 for display 0 with 720 x 576 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 24.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 25.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 30.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 72.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 72.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 70.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1152 x 864 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1280 x 800 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 900 x 720 for display 0 with 1280 x 1024 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 900 x 720 for display 0 with 1280 x 1024 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1440 x 900 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1680 x 1050 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1366 x 768 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1600 x 900 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found ([email protected]) at 19, setting to RES_DESKTOP at 16
20:54:29 T:3037466624  NOTICE: Checking resolution 16
20:54:29 T:3037466624  NOTICE: GL_VENDOR = Broadcom
20:54:29 T:3037466624  NOTICE: GL_RENDERER = VideoCore IV HW
20:54:29 T:3037466624  NOTICE: GL_VERSION = OpenGL ES 2.0
20:54:29 T:3037466624  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
20:54:29 T:3037466624  NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
20:54:40 T:3028247616   ERROR: CecLogMessage - failed to release the previous LA
20:54:40 T:3028247616   ERROR: CecLogMessage - could not open a connection (try 1)
20:54:41 T:3037466624  NOTICE: Running database version Addons15
20:54:41 T:3037466624  NOTICE: Running database version ViewModes4
20:54:41 T:3037466624  NOTICE: Running database version Textures13
20:54:41 T:3037466624  NOTICE: Running database version MyMusic32
20:54:41 T:3037466624  NOTICE: Running database version MyVideos75
20:54:41 T:3037466624  NOTICE: Running database version TV22
20:54:41 T:3037466624  NOTICE: Running database version Epg7
20:54:41 T:3037466624  NOTICE: start dvd mediatype detection
20:54:41 T:3037466624  NOTICE: initializing playlistplayer
20:54:41 T:3037466624  NOTICE: DONE initializing playlistplayer
20:54:41 T:3010544704  NOTICE: Thread CDetectDVDMedia start, auto delete: false
20:54:44 T:2877289536  NOTICE: Thread CEC Adapter Update Thread start, auto delete: false
20:54:45 T:2858415168  NOTICE: Thread XBPyThread start, auto delete: false
20:54:45 T:3037466624  NOTICE: Previous line repeats 1 times.
20:54:45 T:3037466624  NOTICE: initialize done
20:54:45 T:3037466624  NOTICE: Running the application...
20:54:45 T:2850026560  NOTICE: Thread XBPyThread start, auto delete: false
20:54:46 T:3037466624   ERROR: GLES: Vertical Blank Syncing unsupported
20:54:46 T:2858415168  NOTICE: -->Python Interpreter Initialized<--
20:54:46 T:2866803776  NOTICE: -->Python Interpreter Initialized<--
20:54:46 T:2850026560  NOTICE: -->Python Interpreter Initialized<--
20:54:48 T:2839540800  NOTICE: Thread Jobworker start, auto delete: true
20:54:49 T:3037466624  NOTICE: Webserver: Starting...
20:54:49 T:3037466624  NOTICE: WebServer: Started the webserver
20:54:49 T:3037466624  NOTICE: ES: Starting event server
20:54:49 T:3037466624  NOTICE: starting zeroconf publishing
20:54:49 T:2789209152  NOTICE: Thread CEventServer start, auto delete: false
20:54:49 T:2789209152  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
20:54:49 T:2789209152  NOTICE: UDP: Listening on port 9777
20:54:49 T:2780820544  NOTICE: Thread CTCPServer start, auto delete: false
20:54:49 T:2772431936  NOTICE: Thread Jobworker start, auto delete: true
20:54:51 T:2850026560  NOTICE:  StorageServer Module loaded RUN
20:54:51 T:2850026560  NOTICE: StorageClient-2.5.0 Starting server
20:54:52 T:2850026560  NOTICE: StorageServer-2.5.0 Storage Server starting /home/pi/.xbmc/userdata/addon_data/script.common.plugin.cache/commoncache.db
20:54:53 T:2866803776  NOTICE: services: {'sys.service.avahi': 'true', 'sys.service.remote': 'true', 'sys.service.ftp': 'true', 'sys.service.samba': 'true', 'sys.service.ssh': 'true', 'sys.service.cron': 'false', 'sys.service.tvh': 'false'}
20:54:54 T:2866803776  NOTICE: enable service: avahi-daemon
20:54:54 T:2866803776  NOTICE: enable service: eventlircd
20:54:55 T:2866803776  NOTICE: enable service: ftp
20:54:57 T:2866803776  NOTICE: enable service: samba
20:54:58 T:2866803776  NOTICE: enable service: ssh
20:54:58 T:2866803776  NOTICE: disable service: cron
20:54:58 T:2866803776  NOTICE: disable service: tvheadend
20:55:01 T:2866803776  NOTICE: system settings from addon: {'sys.config.freq.arm': 800, 'sys.config.freq.gpu': 250, 'sys.config.freq.sdram': 400, 'sys.config.freq.core': 250, 'sys.config.freq.overvolt': 0, 'sys.config.decode.wvc1': '', 'sys.config.disable.overscan': '1', 'sys.config.decode.ac3': '', 'sys.config.freq.isp': 250, 'sys.config.decode.mpg2': '', 'sys.config.decode.dts': ''}
20:55:01 T:2866803776  NOTICE: system settings from /boot/config.txt: {'sys.config.freq.arm': 800, 'sys.config.freq.gpu': 250, 'sys.config.freq.sdram': 400, 'sys.config.freq.core': 250, 'sys.config.freq.overvolt': 0, 'sys.config.decode.wvc1': '', 'sys.config.disable.overscan': '1', 'sys.config.decode.ac3': '', 'sys.config.freq.isp': 250, 'sys.config.decode.mpg2': '', 'sys.config.decode.dts': ''}
20:55:03 T:2866803776  NOTICE: Thread Background Loader start, auto delete: false
20:55:04 T:2866803776  NOTICE: Thread Jobworker start, auto delete: true
20:55:06 T:2750407744  NOTICE: Previous line repeats 2 times.
20:55:06 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:06 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:10 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:11 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:13 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:13 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:17 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:18 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:20 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:20 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:23 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:24 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:26 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:26 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:29 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:29 T:2750407744 WARNING: Attempt to use invalid handle 4
20:55:29 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:29 T:2750407744  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:29 T:2750407744  NOTICE: Creating InputStream
20:55:29 T:2750407744 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:29 T:2750407744   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:29 T:2750407744  NOTICE: COMXPlayer::OnExit()
20:55:29 T:2750407744  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:29 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:29 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:29 T:3037466624  NOTICE: OMXClock using video as reference
20:55:33 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:33 T:2737828928  NOTICE: Thread XBPyThread start, auto delete: false
20:55:33 T:2737828928  NOTICE: -->Python Interpreter Initialized<--
20:55:36 T:2737828928  NOTICE: CommonFunctions-2.5.1
20:55:36 T:2737828928 WARNING: Attempt to use invalid handle 5
20:55:36 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:36 T:2737828928  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:36 T:2737828928  NOTICE: Creating InputStream
20:55:36 T:2737828928 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:36 T:2737828928   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:36 T:2737828928  NOTICE: COMXPlayer::OnExit()
20:55:36 T:2737828928  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:36 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:36 T:2750407744  NOTICE: Thread Background Loader start, auto delete: false
20:55:36 T:3037466624  NOTICE: OMXClock using video as reference
20:55:38 T:2750407744  NOTICE: Previous line repeats 1 times.
20:55:38 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:38 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:41 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:41 T:2750407744 WARNING: Attempt to use invalid handle 6
20:55:41 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:42 T:2750407744  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:42 T:2750407744  NOTICE: Creating InputStream
20:55:42 T:2750407744 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:42 T:2750407744   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:42 T:2750407744  NOTICE: COMXPlayer::OnExit()
20:55:42 T:2750407744  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:42 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:42 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:42 T:3037466624  NOTICE: OMXClock using video as reference
20:55:44 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:44 T:2737828928  NOTICE: Thread XBPyThread start, auto delete: false
20:55:44 T:2737828928  NOTICE: -->Python Interpreter Initialized<--
20:55:46 T:2737828928  NOTICE: CommonFunctions-2.5.1
20:55:46 T:2737828928 WARNING: Attempt to use invalid handle 7
20:55:47 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:47 T:2737828928  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:47 T:2737828928  NOTICE: Creating InputStream
20:55:47 T:2737828928 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:47 T:2737828928   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:47 T:2737828928  NOTICE: COMXPlayer::OnExit()
20:55:47 T:2737828928  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:47 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:47 T:3037466624  NOTICE: OMXClock using video as reference
20:55:50 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:50 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false

Are u using livestreams for this?
If I helped you please add to my reputation a positive note

School has started, This Means Lots Of Homework[/color]


No Sharing XML's Anymore Per Forum Rules
Reply
#8
(2013-04-26, 23:09)crusader88 Wrote:
(2013-04-26, 22:48)dogano Wrote:
Quote:Here you go i didn't test it but it should work: Try it

<item> CHANNEL NAME HERE </item>
<link>rtmp://188.165.12.48/nucetv_video/25 playpath=stream
swfUrl=http://nucetv.com/viewer.swf live=true timeout=15
pageUrl=http://www.nucetv.com/channel/view/zind-canli-25</link>
<thumbnail></thumbnail>

Thank you for your suggestion but it also dont work.. maybe i have missed something(like librtmp?)

i tried it on win7 and raspbmc

and this is the current log file:

Code:
20:54:23 T:3037466624  NOTICE: -----------------------------------------------------------------------
20:54:23 T:3037466624  NOTICE: Starting XBMC (12.1 Git:20130317-0d373cc), Platform: Linux (Debian GNU/Linux 7.0 (wheezy), 3.6.11 armv6l). Built on Mar 22 2013
20:54:23 T:3037466624  NOTICE: special://xbmc/ is mapped to: /opt/xbmc-bcm/xbmc-bin/share/xbmc
20:54:23 T:3037466624  NOTICE: special://xbmcbin/ is mapped to: /opt/xbmc-bcm/xbmc-bin/lib/xbmc
20:54:23 T:3037466624  NOTICE: special://masterprofile/ is mapped to: /home/pi/.xbmc/userdata
20:54:23 T:3037466624  NOTICE: special://home/ is mapped to: /home/pi/.xbmc
20:54:23 T:3037466624  NOTICE: special://temp/ is mapped to: /home/pi/.xbmc/temp
20:54:23 T:3037466624  NOTICE: The executable running is: /opt/xbmc-bcm/xbmc-bin/lib/xbmc/xbmc.bin
20:54:23 T:3037466624  NOTICE: Local hostname: raspbmc
20:54:23 T:3037466624  NOTICE: Log File is located: /home/pi/.xbmc/temp/xbmc.log
20:54:23 T:3037466624  NOTICE: -----------------------------------------------------------------------
20:54:25 T:3037466624  NOTICE: load settings...
20:54:25 T:3037466624  NOTICE: special://profile/ is mapped to: special://masterprofile/
20:54:25 T:3037466624  NOTICE: loading special://masterprofile/guisettings.xml
20:54:25 T:3037466624  NOTICE: Getting hardware information now...
20:54:25 T:3037466624  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
20:54:25 T:3037466624  NOTICE: Loaded playercorefactory configuration
20:54:25 T:3037466624  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
20:54:25 T:3037466624  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
20:54:25 T:3037466624  NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
20:54:25 T:3037466624  NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
                                            <advancedsettings>
                                              <cputempcommand>/opt/vc/bin/vcgencmd measure_temp | sed -e &apos;s/temp=\([0-9]*\).*/\1 C/&apos;</cputempcommand>
                                              <gputempcommand>/opt/vc/bin/vcgencmd measure_temp | sed -e &apos;s/temp=\([0-9]*\).*/\1 C/&apos;</gputempcommand>
                                              <network>
                                                <cachemembuffersize>2097152</cachemembuffersize>
                                              </network>
                                              <imageres>540</imageres>
                                              <fanartres>720</fanartres>
                                              <video>
                                                <defaultplayer>omxplayer</defaultplayer>
                                                <defaultdvdplayer>omxplayer</defaultdvdplayer>
                                              </video>
                                              <audio>
                                                <defaultplayer>paplayer</defaultplayer>
                                                <streamsilence>false</streamsilence>
                                              </audio>
                                            </advancedsettings>
20:54:25 T:3037466624  NOTICE: Getting hardware information now...
20:54:25 T:3037466624  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
20:54:25 T:3037466624  NOTICE: Default DVD Player: omxplayer
20:54:25 T:3037466624  NOTICE: Default Video Player: omxplayer
20:54:25 T:3037466624  NOTICE: Default Audio Player: paplayer
20:54:25 T:3037466624  NOTICE: Disabled debug logging due to GUI setting. Level 0.
20:54:25 T:3037466624  NOTICE: Log level changed to 0
20:54:25 T:3037466624  NOTICE: Loading media sources from special://masterprofile/sources.xml
20:54:26 T:3037466624   ERROR: Error: Requested setting (audiooutput.guisoundmode) was not found.  It must be case-sensitive
20:54:26 T:3037466624  NOTICE: Running database version Addons15
20:54:27 T:3037466624  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
20:54:27 T:3028247616  NOTICE: Thread CEC Adapter start, auto delete: false
20:54:27 T:3019859008  NOTICE: Thread XBMC Peripherals start, auto delete: false
20:54:29 T:3037466624  NOTICE: Previous line repeats 1 times.
20:54:29 T:3037466624  NOTICE: Raspberry PI firmware version: Mar  7 2013 19:34:17
                                            Copyright (c) 2012 Broadcom
                                            version 375458 (release)
20:54:29 T:3037466624  NOTICE: InitWindowSystem: Using EGL Implementation: raspberrypi
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 720 x 576 for display 0 with 720 x 576 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 24.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 25.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 30.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 72.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 72.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 70.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1152 x 864 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1280 x 800 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 900 x 720 for display 0 with 1280 x 1024 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 900 x 720 for display 0 with 1280 x 1024 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1440 x 900 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1680 x 1050 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1366 x 768 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1600 x 900 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found ([email protected]) at 19, setting to RES_DESKTOP at 16
20:54:29 T:3037466624  NOTICE: Checking resolution 16
20:54:29 T:3037466624  NOTICE: GL_VENDOR = Broadcom
20:54:29 T:3037466624  NOTICE: GL_RENDERER = VideoCore IV HW
20:54:29 T:3037466624  NOTICE: GL_VERSION = OpenGL ES 2.0
20:54:29 T:3037466624  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
20:54:29 T:3037466624  NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
20:54:40 T:3028247616   ERROR: CecLogMessage - failed to release the previous LA
20:54:40 T:3028247616   ERROR: CecLogMessage - could not open a connection (try 1)
20:54:41 T:3037466624  NOTICE: Running database version Addons15
20:54:41 T:3037466624  NOTICE: Running database version ViewModes4
20:54:41 T:3037466624  NOTICE: Running database version Textures13
20:54:41 T:3037466624  NOTICE: Running database version MyMusic32
20:54:41 T:3037466624  NOTICE: Running database version MyVideos75
20:54:41 T:3037466624  NOTICE: Running database version TV22
20:54:41 T:3037466624  NOTICE: Running database version Epg7
20:54:41 T:3037466624  NOTICE: start dvd mediatype detection
20:54:41 T:3037466624  NOTICE: initializing playlistplayer
20:54:41 T:3037466624  NOTICE: DONE initializing playlistplayer
20:54:41 T:3010544704  NOTICE: Thread CDetectDVDMedia start, auto delete: false
20:54:44 T:2877289536  NOTICE: Thread CEC Adapter Update Thread start, auto delete: false
20:54:45 T:2858415168  NOTICE: Thread XBPyThread start, auto delete: false
20:54:45 T:3037466624  NOTICE: Previous line repeats 1 times.
20:54:45 T:3037466624  NOTICE: initialize done
20:54:45 T:3037466624  NOTICE: Running the application...
20:54:45 T:2850026560  NOTICE: Thread XBPyThread start, auto delete: false
20:54:46 T:3037466624   ERROR: GLES: Vertical Blank Syncing unsupported
20:54:46 T:2858415168  NOTICE: -->Python Interpreter Initialized<--
20:54:46 T:2866803776  NOTICE: -->Python Interpreter Initialized<--
20:54:46 T:2850026560  NOTICE: -->Python Interpreter Initialized<--
20:54:48 T:2839540800  NOTICE: Thread Jobworker start, auto delete: true
20:54:49 T:3037466624  NOTICE: Webserver: Starting...
20:54:49 T:3037466624  NOTICE: WebServer: Started the webserver
20:54:49 T:3037466624  NOTICE: ES: Starting event server
20:54:49 T:3037466624  NOTICE: starting zeroconf publishing
20:54:49 T:2789209152  NOTICE: Thread CEventServer start, auto delete: false
20:54:49 T:2789209152  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
20:54:49 T:2789209152  NOTICE: UDP: Listening on port 9777
20:54:49 T:2780820544  NOTICE: Thread CTCPServer start, auto delete: false
20:54:49 T:2772431936  NOTICE: Thread Jobworker start, auto delete: true
20:54:51 T:2850026560  NOTICE:  StorageServer Module loaded RUN
20:54:51 T:2850026560  NOTICE: StorageClient-2.5.0 Starting server
20:54:52 T:2850026560  NOTICE: StorageServer-2.5.0 Storage Server starting /home/pi/.xbmc/userdata/addon_data/script.common.plugin.cache/commoncache.db
20:54:53 T:2866803776  NOTICE: services: {'sys.service.avahi': 'true', 'sys.service.remote': 'true', 'sys.service.ftp': 'true', 'sys.service.samba': 'true', 'sys.service.ssh': 'true', 'sys.service.cron': 'false', 'sys.service.tvh': 'false'}
20:54:54 T:2866803776  NOTICE: enable service: avahi-daemon
20:54:54 T:2866803776  NOTICE: enable service: eventlircd
20:54:55 T:2866803776  NOTICE: enable service: ftp
20:54:57 T:2866803776  NOTICE: enable service: samba
20:54:58 T:2866803776  NOTICE: enable service: ssh
20:54:58 T:2866803776  NOTICE: disable service: cron
20:54:58 T:2866803776  NOTICE: disable service: tvheadend
20:55:01 T:2866803776  NOTICE: system settings from addon: {'sys.config.freq.arm': 800, 'sys.config.freq.gpu': 250, 'sys.config.freq.sdram': 400, 'sys.config.freq.core': 250, 'sys.config.freq.overvolt': 0, 'sys.config.decode.wvc1': '', 'sys.config.disable.overscan': '1', 'sys.config.decode.ac3': '', 'sys.config.freq.isp': 250, 'sys.config.decode.mpg2': '', 'sys.config.decode.dts': ''}
20:55:01 T:2866803776  NOTICE: system settings from /boot/config.txt: {'sys.config.freq.arm': 800, 'sys.config.freq.gpu': 250, 'sys.config.freq.sdram': 400, 'sys.config.freq.core': 250, 'sys.config.freq.overvolt': 0, 'sys.config.decode.wvc1': '', 'sys.config.disable.overscan': '1', 'sys.config.decode.ac3': '', 'sys.config.freq.isp': 250, 'sys.config.decode.mpg2': '', 'sys.config.decode.dts': ''}
20:55:03 T:2866803776  NOTICE: Thread Background Loader start, auto delete: false
20:55:04 T:2866803776  NOTICE: Thread Jobworker start, auto delete: true
20:55:06 T:2750407744  NOTICE: Previous line repeats 2 times.
20:55:06 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:06 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:10 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:11 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:13 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:13 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:17 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:18 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:20 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:20 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:23 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:24 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:26 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:26 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:29 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:29 T:2750407744 WARNING: Attempt to use invalid handle 4
20:55:29 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:29 T:2750407744  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:29 T:2750407744  NOTICE: Creating InputStream
20:55:29 T:2750407744 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:29 T:2750407744   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:29 T:2750407744  NOTICE: COMXPlayer::OnExit()
20:55:29 T:2750407744  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:29 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:29 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:29 T:3037466624  NOTICE: OMXClock using video as reference
20:55:33 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:33 T:2737828928  NOTICE: Thread XBPyThread start, auto delete: false
20:55:33 T:2737828928  NOTICE: -->Python Interpreter Initialized<--
20:55:36 T:2737828928  NOTICE: CommonFunctions-2.5.1
20:55:36 T:2737828928 WARNING: Attempt to use invalid handle 5
20:55:36 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:36 T:2737828928  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:36 T:2737828928  NOTICE: Creating InputStream
20:55:36 T:2737828928 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:36 T:2737828928   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:36 T:2737828928  NOTICE: COMXPlayer::OnExit()
20:55:36 T:2737828928  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:36 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:36 T:2750407744  NOTICE: Thread Background Loader start, auto delete: false
20:55:36 T:3037466624  NOTICE: OMXClock using video as reference
20:55:38 T:2750407744  NOTICE: Previous line repeats 1 times.
20:55:38 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:38 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:41 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:41 T:2750407744 WARNING: Attempt to use invalid handle 6
20:55:41 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:42 T:2750407744  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:42 T:2750407744  NOTICE: Creating InputStream
20:55:42 T:2750407744 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:42 T:2750407744   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:42 T:2750407744  NOTICE: COMXPlayer::OnExit()
20:55:42 T:2750407744  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:42 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:42 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:42 T:3037466624  NOTICE: OMXClock using video as reference
20:55:44 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:44 T:2737828928  NOTICE: Thread XBPyThread start, auto delete: false
20:55:44 T:2737828928  NOTICE: -->Python Interpreter Initialized<--
20:55:46 T:2737828928  NOTICE: CommonFunctions-2.5.1
20:55:46 T:2737828928 WARNING: Attempt to use invalid handle 7
20:55:47 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:47 T:2737828928  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:47 T:2737828928  NOTICE: Creating InputStream
20:55:47 T:2737828928 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:47 T:2737828928   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:47 T:2737828928  NOTICE: COMXPlayer::OnExit()
20:55:47 T:2737828928  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:47 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:47 T:3037466624  NOTICE: OMXClock using video as reference
20:55:50 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:50 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false

Are u using livestreams for this?

yes i do
Reply
#9
(2013-04-26, 23:41)dogano Wrote:
(2013-04-26, 23:09)crusader88 Wrote:
(2013-04-26, 22:48)dogano Wrote: Thank you for your suggestion but it also dont work.. maybe i have missed something(like librtmp?)

i tried it on win7 and raspbmc

and this is the current log file:

Code:
20:54:23 T:3037466624  NOTICE: -----------------------------------------------------------------------
20:54:23 T:3037466624  NOTICE: Starting XBMC (12.1 Git:20130317-0d373cc), Platform: Linux (Debian GNU/Linux 7.0 (wheezy), 3.6.11 armv6l). Built on Mar 22 2013
20:54:23 T:3037466624  NOTICE: special://xbmc/ is mapped to: /opt/xbmc-bcm/xbmc-bin/share/xbmc
20:54:23 T:3037466624  NOTICE: special://xbmcbin/ is mapped to: /opt/xbmc-bcm/xbmc-bin/lib/xbmc
20:54:23 T:3037466624  NOTICE: special://masterprofile/ is mapped to: /home/pi/.xbmc/userdata
20:54:23 T:3037466624  NOTICE: special://home/ is mapped to: /home/pi/.xbmc
20:54:23 T:3037466624  NOTICE: special://temp/ is mapped to: /home/pi/.xbmc/temp
20:54:23 T:3037466624  NOTICE: The executable running is: /opt/xbmc-bcm/xbmc-bin/lib/xbmc/xbmc.bin
20:54:23 T:3037466624  NOTICE: Local hostname: raspbmc
20:54:23 T:3037466624  NOTICE: Log File is located: /home/pi/.xbmc/temp/xbmc.log
20:54:23 T:3037466624  NOTICE: -----------------------------------------------------------------------
20:54:25 T:3037466624  NOTICE: load settings...
20:54:25 T:3037466624  NOTICE: special://profile/ is mapped to: special://masterprofile/
20:54:25 T:3037466624  NOTICE: loading special://masterprofile/guisettings.xml
20:54:25 T:3037466624  NOTICE: Getting hardware information now...
20:54:25 T:3037466624  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
20:54:25 T:3037466624  NOTICE: Loaded playercorefactory configuration
20:54:25 T:3037466624  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
20:54:25 T:3037466624  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
20:54:25 T:3037466624  NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
20:54:25 T:3037466624  NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
                                            <advancedsettings>
                                              <cputempcommand>/opt/vc/bin/vcgencmd measure_temp | sed -e &apos;s/temp=\([0-9]*\).*/\1 C/&apos;</cputempcommand>
                                              <gputempcommand>/opt/vc/bin/vcgencmd measure_temp | sed -e &apos;s/temp=\([0-9]*\).*/\1 C/&apos;</gputempcommand>
                                              <network>
                                                <cachemembuffersize>2097152</cachemembuffersize>
                                              </network>
                                              <imageres>540</imageres>
                                              <fanartres>720</fanartres>
                                              <video>
                                                <defaultplayer>omxplayer</defaultplayer>
                                                <defaultdvdplayer>omxplayer</defaultdvdplayer>
                                              </video>
                                              <audio>
                                                <defaultplayer>paplayer</defaultplayer>
                                                <streamsilence>false</streamsilence>
                                              </audio>
                                            </advancedsettings>
20:54:25 T:3037466624  NOTICE: Getting hardware information now...
20:54:25 T:3037466624  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
20:54:25 T:3037466624  NOTICE: Default DVD Player: omxplayer
20:54:25 T:3037466624  NOTICE: Default Video Player: omxplayer
20:54:25 T:3037466624  NOTICE: Default Audio Player: paplayer
20:54:25 T:3037466624  NOTICE: Disabled debug logging due to GUI setting. Level 0.
20:54:25 T:3037466624  NOTICE: Log level changed to 0
20:54:25 T:3037466624  NOTICE: Loading media sources from special://masterprofile/sources.xml
20:54:26 T:3037466624   ERROR: Error: Requested setting (audiooutput.guisoundmode) was not found.  It must be case-sensitive
20:54:26 T:3037466624  NOTICE: Running database version Addons15
20:54:27 T:3037466624  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
20:54:27 T:3028247616  NOTICE: Thread CEC Adapter start, auto delete: false
20:54:27 T:3019859008  NOTICE: Thread XBMC Peripherals start, auto delete: false
20:54:29 T:3037466624  NOTICE: Previous line repeats 1 times.
20:54:29 T:3037466624  NOTICE: Raspberry PI firmware version: Mar  7 2013 19:34:17
                                            Copyright (c) 2012 Broadcom
                                            version 375458 (release)
20:54:29 T:3037466624  NOTICE: InitWindowSystem: Using EGL Implementation: raspberrypi
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 720 x 576 for display 0 with 720 x 576 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 50.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 24.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 25.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 30.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 72.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 72.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 70.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 960 x 720 for display 0 with 1152 x 864 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1280 x 800 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 900 x 720 for display 0 with 1280 x 1024 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 900 x 720 for display 0 with 1280 x 1024 @ 75.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1440 x 900 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1152 x 720 for display 0 with 1680 x 1050 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1366 x 768 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found resolution 1280 x 720 for display 0 with 1600 x 900 @ 60.000000 Hz
20:54:29 T:3037466624  NOTICE: Found ([email protected]) at 19, setting to RES_DESKTOP at 16
20:54:29 T:3037466624  NOTICE: Checking resolution 16
20:54:29 T:3037466624  NOTICE: GL_VENDOR = Broadcom
20:54:29 T:3037466624  NOTICE: GL_RENDERER = VideoCore IV HW
20:54:29 T:3037466624  NOTICE: GL_VERSION = OpenGL ES 2.0
20:54:29 T:3037466624  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
20:54:29 T:3037466624  NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
20:54:40 T:3028247616   ERROR: CecLogMessage - failed to release the previous LA
20:54:40 T:3028247616   ERROR: CecLogMessage - could not open a connection (try 1)
20:54:41 T:3037466624  NOTICE: Running database version Addons15
20:54:41 T:3037466624  NOTICE: Running database version ViewModes4
20:54:41 T:3037466624  NOTICE: Running database version Textures13
20:54:41 T:3037466624  NOTICE: Running database version MyMusic32
20:54:41 T:3037466624  NOTICE: Running database version MyVideos75
20:54:41 T:3037466624  NOTICE: Running database version TV22
20:54:41 T:3037466624  NOTICE: Running database version Epg7
20:54:41 T:3037466624  NOTICE: start dvd mediatype detection
20:54:41 T:3037466624  NOTICE: initializing playlistplayer
20:54:41 T:3037466624  NOTICE: DONE initializing playlistplayer
20:54:41 T:3010544704  NOTICE: Thread CDetectDVDMedia start, auto delete: false
20:54:44 T:2877289536  NOTICE: Thread CEC Adapter Update Thread start, auto delete: false
20:54:45 T:2858415168  NOTICE: Thread XBPyThread start, auto delete: false
20:54:45 T:3037466624  NOTICE: Previous line repeats 1 times.
20:54:45 T:3037466624  NOTICE: initialize done
20:54:45 T:3037466624  NOTICE: Running the application...
20:54:45 T:2850026560  NOTICE: Thread XBPyThread start, auto delete: false
20:54:46 T:3037466624   ERROR: GLES: Vertical Blank Syncing unsupported
20:54:46 T:2858415168  NOTICE: -->Python Interpreter Initialized<--
20:54:46 T:2866803776  NOTICE: -->Python Interpreter Initialized<--
20:54:46 T:2850026560  NOTICE: -->Python Interpreter Initialized<--
20:54:48 T:2839540800  NOTICE: Thread Jobworker start, auto delete: true
20:54:49 T:3037466624  NOTICE: Webserver: Starting...
20:54:49 T:3037466624  NOTICE: WebServer: Started the webserver
20:54:49 T:3037466624  NOTICE: ES: Starting event server
20:54:49 T:3037466624  NOTICE: starting zeroconf publishing
20:54:49 T:2789209152  NOTICE: Thread CEventServer start, auto delete: false
20:54:49 T:2789209152  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
20:54:49 T:2789209152  NOTICE: UDP: Listening on port 9777
20:54:49 T:2780820544  NOTICE: Thread CTCPServer start, auto delete: false
20:54:49 T:2772431936  NOTICE: Thread Jobworker start, auto delete: true
20:54:51 T:2850026560  NOTICE:  StorageServer Module loaded RUN
20:54:51 T:2850026560  NOTICE: StorageClient-2.5.0 Starting server
20:54:52 T:2850026560  NOTICE: StorageServer-2.5.0 Storage Server starting /home/pi/.xbmc/userdata/addon_data/script.common.plugin.cache/commoncache.db
20:54:53 T:2866803776  NOTICE: services: {'sys.service.avahi': 'true', 'sys.service.remote': 'true', 'sys.service.ftp': 'true', 'sys.service.samba': 'true', 'sys.service.ssh': 'true', 'sys.service.cron': 'false', 'sys.service.tvh': 'false'}
20:54:54 T:2866803776  NOTICE: enable service: avahi-daemon
20:54:54 T:2866803776  NOTICE: enable service: eventlircd
20:54:55 T:2866803776  NOTICE: enable service: ftp
20:54:57 T:2866803776  NOTICE: enable service: samba
20:54:58 T:2866803776  NOTICE: enable service: ssh
20:54:58 T:2866803776  NOTICE: disable service: cron
20:54:58 T:2866803776  NOTICE: disable service: tvheadend
20:55:01 T:2866803776  NOTICE: system settings from addon: {'sys.config.freq.arm': 800, 'sys.config.freq.gpu': 250, 'sys.config.freq.sdram': 400, 'sys.config.freq.core': 250, 'sys.config.freq.overvolt': 0, 'sys.config.decode.wvc1': '', 'sys.config.disable.overscan': '1', 'sys.config.decode.ac3': '', 'sys.config.freq.isp': 250, 'sys.config.decode.mpg2': '', 'sys.config.decode.dts': ''}
20:55:01 T:2866803776  NOTICE: system settings from /boot/config.txt: {'sys.config.freq.arm': 800, 'sys.config.freq.gpu': 250, 'sys.config.freq.sdram': 400, 'sys.config.freq.core': 250, 'sys.config.freq.overvolt': 0, 'sys.config.decode.wvc1': '', 'sys.config.disable.overscan': '1', 'sys.config.decode.ac3': '', 'sys.config.freq.isp': 250, 'sys.config.decode.mpg2': '', 'sys.config.decode.dts': ''}
20:55:03 T:2866803776  NOTICE: Thread Background Loader start, auto delete: false
20:55:04 T:2866803776  NOTICE: Thread Jobworker start, auto delete: true
20:55:06 T:2750407744  NOTICE: Previous line repeats 2 times.
20:55:06 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:06 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:10 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:11 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:13 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:13 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:17 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:18 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:20 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:20 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:23 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:24 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:26 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:26 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:29 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:29 T:2750407744 WARNING: Attempt to use invalid handle 4
20:55:29 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:29 T:2750407744  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:29 T:2750407744  NOTICE: Creating InputStream
20:55:29 T:2750407744 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:29 T:2750407744   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:29 T:2750407744  NOTICE: COMXPlayer::OnExit()
20:55:29 T:2750407744  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:29 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:29 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:29 T:3037466624  NOTICE: OMXClock using video as reference
20:55:33 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:33 T:2737828928  NOTICE: Thread XBPyThread start, auto delete: false
20:55:33 T:2737828928  NOTICE: -->Python Interpreter Initialized<--
20:55:36 T:2737828928  NOTICE: CommonFunctions-2.5.1
20:55:36 T:2737828928 WARNING: Attempt to use invalid handle 5
20:55:36 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:36 T:2737828928  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:36 T:2737828928  NOTICE: Creating InputStream
20:55:36 T:2737828928 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:36 T:2737828928   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:36 T:2737828928  NOTICE: COMXPlayer::OnExit()
20:55:36 T:2737828928  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:36 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:36 T:2750407744  NOTICE: Thread Background Loader start, auto delete: false
20:55:36 T:3037466624  NOTICE: OMXClock using video as reference
20:55:38 T:2750407744  NOTICE: Previous line repeats 1 times.
20:55:38 T:2750407744  NOTICE: Thread XBPyThread start, auto delete: false
20:55:38 T:2750407744  NOTICE: -->Python Interpreter Initialized<--
20:55:41 T:2750407744  NOTICE: CommonFunctions-2.5.1
20:55:41 T:2750407744 WARNING: Attempt to use invalid handle 6
20:55:41 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:42 T:2750407744  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:42 T:2750407744  NOTICE: Creating InputStream
20:55:42 T:2750407744 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:42 T:2750407744   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:42 T:2750407744  NOTICE: COMXPlayer::OnExit()
20:55:42 T:2750407744  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:42 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:42 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false
20:55:42 T:3037466624  NOTICE: OMXClock using video as reference
20:55:44 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:44 T:2737828928  NOTICE: Thread XBPyThread start, auto delete: false
20:55:44 T:2737828928  NOTICE: -->Python Interpreter Initialized<--
20:55:46 T:2737828928  NOTICE: CommonFunctions-2.5.1
20:55:46 T:2737828928 WARNING: Attempt to use invalid handle 7
20:55:47 T:3037466624  NOTICE: COMXPlayer: Opening:     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:47 T:2737828928  NOTICE: Thread COMXPlayer start, auto delete: false
20:55:47 T:2737828928  NOTICE: Creating InputStream
20:55:47 T:2737828928 WARNING: CreateLoader - Unsupported protocol(    rtmp) in     rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    
20:55:47 T:2737828928   ERROR: COMXPlayer::OpenInputStream - error opening [    rtmp://188.165.12.48/nucetv_video/25
                                                        playpath=stream
                                                        swfUrl=http://nucetv.com/viewer.swf
                                                        live=true
                                                        timeout=15
                                                        pageUrl=http://www.nucetv.com/channel/view/zind-canli-25
                                                    ]
20:55:47 T:2737828928  NOTICE: COMXPlayer::OnExit()
20:55:47 T:2737828928  NOTICE: COMXPlayer::OnExit() deleting input stream
20:55:47 T:3037466624   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=%09rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+%0D%0A%09%09%09playpath%3Dstream%0D%0A%09%09%09swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fviewer.swf+%0D%0A%09%09%09live%3Dtrue+%0D%0A%09%09%09timeout%3D15%0D%0A%09%09%09pageUrl%3Dhttp%3A%2F%2Fwww.nucetv.com%2Fchannel%2Fview%2Fzind-canli-25%0D%0A%09%09&mode=12]
20:55:47 T:3037466624  NOTICE: OMXClock using video as reference
20:55:50 T:2737828928  NOTICE: Previous line repeats 1 times.
20:55:50 T:2737828928  NOTICE: Thread Background Loader start, auto delete: false

Are u using livestreams for this?

yes i do

Can you find me different links hosting this channel?
If I helped you please add to my reputation a positive note

School has started, This Means Lots Of Homework[/color]


No Sharing XML's Anymore Per Forum Rules
Reply
#10
(2013-04-26, 23:55)crusader88 Wrote:
(2013-04-26, 23:41)dogano Wrote:
(2013-04-26, 23:09)crusader88 Wrote: Are u using livestreams for this?

yes i do

Can you find me different links hosting this channel?

yes of course. Here there are:

http://www.karwan.tv/nuce-tv.html
http://www.firathaberajansi.org/tv/
http://www.keditor.org/televizyon_28_2.html

i think the last two links refer to the "original" homepage
Reply
#11
(2013-04-27, 00:02)dogano Wrote:
(2013-04-26, 23:55)crusader88 Wrote:
(2013-04-26, 23:41)dogano Wrote: yes i do

Can you find me different links hosting this channel?

yes of course. Here there are:

http://www.karwan.tv/nuce-tv.html
http://www.firathaberajansi.org/tv/
http://www.keditor.org/televizyon_28_2.html

i think the last two links refer to the "original" homepage

Try these


<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25?userId=b11&pasword=c76c31f3ca2a30a8fe7b49f083d85863&channelId=25&fake_param=true//<playpath>stream?userId=b11&pass=c76c31f3ca2a30a8fe7b49f083d85863&channelId=25&fake_param=true swfUrl=http://www.karwan.tv/jwplayer/jwplayer.flash.swf live=true timeout=15 pageUrl=http://www.karwan.tv/nuce-tv.html</link>
<thumbnail></thumbnail>

<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/560/470/FALSE/true/false</link>
<thumbnail></thumbnail>

<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25 playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/425/351/FALSE/false/false</link>
<thumbnail></thumbnail>
If I helped you please add to my reputation a positive note

School has started, This Means Lots Of Homework[/color]


No Sharing XML's Anymore Per Forum Rules
Reply
#12
(2013-04-27, 00:15)crusader88 Wrote:
(2013-04-27, 00:02)dogano Wrote:
(2013-04-26, 23:55)crusader88 Wrote: Can you find me different links hosting this channel?

yes of course. Here there are:

http://www.karwan.tv/nuce-tv.html
http://www.firathaberajansi.org/tv/
http://www.keditor.org/televizyon_28_2.html

i think the last two links refer to the "original" homepage

Try these


<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25?userId=b11&pasword=c76c31f3ca2a30a8fe7b49f083d85863&channelId=25&fake_param=true//<playpath>stream?userId=b11&pass=c76c31f3ca2a30a8fe7b49f083d85863&channelId=25&fake_param=true swfUrl=http://www.karwan.tv/jwplayer/jwplayer.flash.swf live=true timeout=15 pageUrl=http://www.karwan.tv/nuce-tv.html</link>
<thumbnail></thumbnail>

<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/560/470/FALSE/true/false</link>
<thumbnail></thumbnail>

<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25 playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/425/351/FALSE/false/false</link>
<thumbnail></thumbnail>

nope, they also dont want to play... i have a other question: i downloaded the librtmp from here:
http://code.google.com/p/librtmp-raspbmc/

they say i have only the replace the file, but im now reading about compiling..
what should i do now?
Reply
#13
(2013-04-27, 01:39)dogano Wrote:
(2013-04-27, 00:15)crusader88 Wrote:
(2013-04-27, 00:02)dogano Wrote: yes of course. Here there are:

http://www.karwan.tv/nuce-tv.html
http://www.firathaberajansi.org/tv/
http://www.keditor.org/televizyon_28_2.html

i think the last two links refer to the "original" homepage

Try these


<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25?userId=b11&pasword=c76c31f3ca2a30a8fe7b49f083d85863&channelId=25&fake_param=true//<playpath>stream?userId=b11&pass=c76c31f3ca2a30a8fe7b49f083d85863&channelId=25&fake_param=true swfUrl=http://www.karwan.tv/jwplayer/jwplayer.flash.swf live=true timeout=15 pageUrl=http://www.karwan.tv/nuce-tv.html</link>
<thumbnail></thumbnail>

<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/560/470/FALSE/true/false</link>
<thumbnail></thumbnail>

<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25 playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/425/351/FALSE/false/false</link>
<thumbnail></thumbnail>

nope, they also dont want to play... i have a other question: i downloaded the librtmp from here:
http://code.google.com/p/librtmp-raspbmc/

they say i have only the replace the file, but im now reading about compiling..
what should i do now?

Try replacing first then try the streams again.
If I helped you please add to my reputation a positive note

School has started, This Means Lots Of Homework[/color]


No Sharing XML's Anymore Per Forum Rules
Reply
#14
@dogano

LOOOK HERE

here to forum all help best here forum RTMP, PLUGIN, or ALL can help
http://forum.xbmc.org/showthread.php?tid...8&page=251

here new forum all not show sorry
Reply
#15
(2013-04-27, 03:25)crusader88 Wrote:
(2013-04-27, 01:39)dogano Wrote:
(2013-04-27, 00:15)crusader88 Wrote: Try these


<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25?userId=b11&pasword=c76c31f3ca2a30a8fe7b49f083d85863&channelId=25&fake_param=true//<playpath>stream?userId=b11&pass=c76c31f3ca2a30a8fe7b49f083d85863&channelId=25&fake_param=true swfUrl=http://www.karwan.tv/jwplayer/jwplayer.flash.swf live=true timeout=15 pageUrl=http://www.karwan.tv/nuce-tv.html</link>
<thumbnail></thumbnail>

<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/560/470/FALSE/true/false</link>
<thumbnail></thumbnail>

<item> Channel Name</item>
<link>rtmp://188.165.12.48/nucetv_video/25 playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/425/351/FALSE/false/false</link>
<thumbnail></thumbnail>

nope, they also dont want to play... i have a other question: i downloaded the librtmp from here:
http://code.google.com/p/librtmp-raspbmc/

they say i have only the replace the file, but im now reading about compiling..
what should i do now?

Try replacing first then try the streams again.

Hello crusader,

sorry for the late posting, but i was not at home so i could not answer...

i tried the following steps:

1. i reinstalled RASPBMC on the SD card (there was some problems duing installing; maybe the OS could be incorrect),
2. i replaced the "librtmp.so.0" file,
3. i tried the given links..

the first given parameters does not appear in XMBC, only the second and third. The result is the log file:

Code:
00:26:39 T:3037851648  NOTICE: -----------------------------------------------------------------------
00:26:39 T:3037851648  NOTICE: Starting XBMC (12.2-PRE Git:Unknown), Platform: Linux (Debian GNU/Linux 7.0 (wheezy), 3.6.11 armv6l). Built on Apr 23 2013
00:26:39 T:3037851648  NOTICE: special://xbmc/ is mapped to: /opt/xbmc-bcm/xbmc-bin/share/xbmc
00:26:39 T:3037851648  NOTICE: special://xbmcbin/ is mapped to: /opt/xbmc-bcm/xbmc-bin/lib/xbmc
00:26:39 T:3037851648  NOTICE: special://masterprofile/ is mapped to: /home/pi/.xbmc/userdata
00:26:39 T:3037851648  NOTICE: special://home/ is mapped to: /home/pi/.xbmc
00:26:39 T:3037851648  NOTICE: special://temp/ is mapped to: /home/pi/.xbmc/temp
00:26:39 T:3037851648  NOTICE: The executable running is: /opt/xbmc-bcm/xbmc-bin/lib/xbmc/xbmc.bin
00:26:39 T:3037851648  NOTICE: Local hostname: raspbmc
00:26:39 T:3037851648  NOTICE: Log File is located: /home/pi/.xbmc/temp/xbmc.log
00:26:39 T:3037851648  NOTICE: -----------------------------------------------------------------------
00:26:40 T:3037851648  NOTICE: load settings...
00:26:40 T:3037851648  NOTICE: special://profile/ is mapped to: special://masterprofile/
00:26:40 T:3037851648  NOTICE: loading special://masterprofile/guisettings.xml
00:26:40 T:3037851648  NOTICE: Getting hardware information now...
22:26:40 T:3037851648  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
22:26:40 T:3037851648  NOTICE: Loaded playercorefactory configuration
22:26:40 T:3037851648  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
22:26:40 T:3037851648  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
22:26:40 T:3037851648  NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
22:26:40 T:3037851648  NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
                                            <advancedsettings>
                                              <cputempcommand>/opt/vc/bin/vcgencmd measure_temp | sed -e &apos;s/temp=\([0-9]*\).*/\1 C/&apos;</cputempcommand>
                                              <gputempcommand>/opt/vc/bin/vcgencmd measure_temp | sed -e &apos;s/temp=\([0-9]*\).*/\1 C/&apos;</gputempcommand>
                                              <network>
                                                <cachemembuffersize>20971520</cachemembuffersize>
                                              </network>
                                              <imageres>540</imageres>
                                              <fanartres>720</fanartres>
                                              <video>
                                                <defaultplayer>omxplayer</defaultplayer>
                                                <defaultdvdplayer>omxplayer</defaultdvdplayer>
                                              </video>
                                              <audio>
                                                <defaultplayer>paplayer</defaultplayer>
                                                <streamsilence>false</streamsilence>
                                              </audio>
                                            </advancedsettings>
22:26:40 T:3037851648  NOTICE: Getting hardware information now...
22:26:41 T:3037851648  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
22:26:41 T:3037851648  NOTICE: Default DVD Player: omxplayer
22:26:41 T:3037851648  NOTICE: Default Video Player: omxplayer
22:26:41 T:3037851648  NOTICE: Default Audio Player: paplayer
22:26:41 T:3037851648  NOTICE: Disabled debug logging due to GUI setting. Level 0.
22:26:41 T:3037851648  NOTICE: Log level changed to 0
22:26:41 T:3037851648  NOTICE: Loading media sources from special://masterprofile/sources.xml
22:26:41 T:3037851648   ERROR: Error: Requested setting (audiooutput.guisoundmode) was not found.  It must be case-sensitive
22:26:41 T:3037851648  NOTICE: Running database version Addons15
22:26:42 T:3037851648  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
22:26:42 T:3018847296  NOTICE: Thread XBMC Peripherals start, auto delete: false
22:26:42 T:3027235904  NOTICE: Thread CEC Adapter start, auto delete: false
22:26:42 T:3010458688  NOTICE: Thread XBMC Peripherals start, auto delete: false
22:26:42 T:3037851648  NOTICE: Raspberry PI firmware version: Mar  7 2013 19:34:17
                                            Copyright (c) 2012 Broadcom
                                            version 375458 (release)
22:26:42 T:3037851648  NOTICE: InitWindowSystem: Using EGL Implementation: raspberrypi
22:26:42 T:3037851648  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 60.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 60.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 60.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 720 x 576 for display 0 with 720 x 576 @ 50.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 50.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 50.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 24.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 25.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 1280 x 720 for display 0 with 1920 x 1080 @ 30.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 72.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 75.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 60.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 72.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 75.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 60.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 70.000000 Hz
22:26:42 T:3037851648  NOTICE: Found resolution 960 x 720 for display 0 with 1024 x 768 @ 75.000000 Hz
22:26:43 T:3037851648  NOTICE: Found resolution 960 x 720 for display 0 with 1152 x 864 @ 75.000000 Hz
22:26:43 T:3037851648  NOTICE: Found resolution 1152 x 720 for display 0 with 1280 x 800 @ 60.000000 Hz
22:26:43 T:3037851648  NOTICE: Found resolution 900 x 720 for display 0 with 1280 x 1024 @ 60.000000 Hz
22:26:43 T:3037851648  NOTICE: Found resolution 900 x 720 for display 0 with 1280 x 1024 @ 75.000000 Hz
22:26:43 T:3037851648  NOTICE: Found resolution 1152 x 720 for display 0 with 1440 x 900 @ 60.000000 Hz
22:26:43 T:3037851648  NOTICE: Found resolution 1152 x 720 for display 0 with 1680 x 1050 @ 60.000000 Hz
22:26:43 T:3037851648  NOTICE: Found resolution 1280 x 720 for display 0 with 1366 x 768 @ 60.000000 Hz
22:26:43 T:3037851648  NOTICE: Found resolution 1280 x 720 for display 0 with 1600 x 900 @ 60.000000 Hz
22:26:43 T:3037851648  NOTICE: Found ([email protected]) at 19, setting to RES_DESKTOP at 16
22:26:43 T:3037851648  NOTICE: Checking resolution 16
22:26:43 T:3037851648  NOTICE: GL_VENDOR = Broadcom
22:26:43 T:3037851648  NOTICE: GL_RENDERER = VideoCore IV HW
22:26:43 T:3037851648  NOTICE: GL_VERSION = OpenGL ES 2.0
22:26:43 T:3037851648  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
22:26:43 T:3037851648  NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
22:26:45 T:3027235904   ERROR: CecLogMessage - failed to release the previous LA
22:26:45 T:3027235904   ERROR: CecLogMessage - could not open a connection (try 1)
22:26:47 T:3037851648  NOTICE: Running database version Addons15
22:26:47 T:3037851648  NOTICE: Running database version ViewModes4
22:26:47 T:3037851648  NOTICE: Running database version Textures13
22:26:47 T:3037851648  NOTICE: Running database version MyMusic32
22:26:47 T:3037851648  NOTICE: Running database version MyVideos75
22:26:47 T:3037851648  NOTICE: Running database version TV22
22:26:47 T:3037851648  NOTICE: Running database version Epg7
22:26:47 T:3037851648  NOTICE: start dvd mediatype detection
22:26:47 T:3037851648  NOTICE: initializing playlistplayer
22:26:47 T:3037851648  NOTICE: DONE initializing playlistplayer
22:26:47 T:2950464576  NOTICE: Thread CDetectDVDMedia start, auto delete: false
22:27:02 T:2890740800  NOTICE: Thread CEC Adapter Update Thread start, auto delete: false
22:27:02 T:2873160768  NOTICE: Thread XBPyThread start, auto delete: false
22:27:02 T:3037851648  NOTICE: Previous line repeats 1 times.
22:27:02 T:3037851648  NOTICE: initialize done
22:27:02 T:3037851648  NOTICE: Running the application...
22:27:02 T:2864505920  NOTICE: Thread XBPyThread start, auto delete: false
22:27:03 T:3037851648   ERROR: GLES: Vertical Blank Syncing unsupported
22:27:03 T:2873160768  NOTICE: -->Python Interpreter Initialized<--
22:27:03 T:2881549376  NOTICE: -->Python Interpreter Initialized<--
22:27:03 T:2864505920  NOTICE: -->Python Interpreter Initialized<--
22:27:05 T:2852160576  NOTICE: Thread Jobworker start, auto delete: true
22:27:06 T:3037851648  NOTICE: Webserver: Starting...
22:27:06 T:3037851648  NOTICE: WebServer: Started the webserver
22:27:06 T:3037851648  NOTICE: ES: Starting event server
22:27:06 T:3037851648  NOTICE: starting zeroconf publishing
22:27:06 T:2801828928  NOTICE: Thread CEventServer start, auto delete: false
22:27:06 T:2801828928  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
22:27:06 T:2801828928  NOTICE: UDP: Listening on port 9777
22:27:06 T:2793440320  NOTICE: Thread CTCPServer start, auto delete: false
22:27:06 T:2785051712  NOTICE: Thread Jobworker start, auto delete: true
22:27:09 T:2864505920  NOTICE:  StorageServer Module loaded RUN
22:27:09 T:2864505920  NOTICE: StorageClient-2.5.0 Starting server
22:27:09 T:2864505920  NOTICE: StorageServer-2.5.0 Storage Server starting /home/pi/.xbmc/userdata/addon_data/script.common.plugin.cache/commoncache.db
22:27:11 T:2881549376  NOTICE: services: {'sys.service.avahi': 'true', 'sys.service.remote': 'true', 'sys.service.ftp': 'true', 'sys.service.samba': 'true', 'sys.service.ssh': 'true', 'sys.service.cron': 'false', 'sys.service.tvh': 'false'}
22:27:12 T:2881549376  NOTICE: enable service: avahi-daemon
22:27:12 T:2881549376  NOTICE: enable service: eventlircd
22:27:14 T:2881549376  NOTICE: enable service: ftp
22:27:15 T:2881549376  NOTICE: enable service: samba
22:27:16 T:2881549376  NOTICE: enable service: ssh
22:27:17 T:2881549376  NOTICE: disable service: cron
22:27:17 T:2881549376  NOTICE: disable service: tvheadend
22:27:18 T:2873160768  NOTICE: Thread Background Loader start, auto delete: false
22:27:20 T:2881549376  NOTICE: system settings from addon: {'sys.config.freq.arm': 800, 'sys.config.freq.gpu': 250, 'sys.config.freq.sdram': 400, 'sys.config.freq.core': 250, 'sys.config.freq.overvolt': 0, 'sys.config.decode.wvc1': '', 'sys.config.disable.overscan': '1', 'sys.config.decode.ac3': '', 'sys.config.freq.isp': 250, 'sys.config.decode.mpg2': '', 'sys.config.decode.dts': ''}
22:27:20 T:2881549376  NOTICE: system settings from /boot/config.txt: {'sys.config.freq.arm': 800, 'sys.config.freq.gpu': 250, 'sys.config.freq.sdram': 400, 'sys.config.freq.core': 250, 'sys.config.freq.overvolt': 0, 'sys.config.decode.wvc1': '', 'sys.config.disable.overscan': '1', 'sys.config.decode.ac3': '', 'sys.config.freq.isp': 250, 'sys.config.decode.mpg2': '', 'sys.config.decode.dts': ''}
22:27:22 T:2881549376  NOTICE: Thread XBPyThread start, auto delete: false
22:27:22 T:2881549376  NOTICE: -->Python Interpreter Initialized<--
22:27:26 T:2881549376  NOTICE: CommonFunctions-2.5.1
22:27:26 T:2873160768  NOTICE: Thread Background Loader start, auto delete: false
22:27:28 T:2881549376  NOTICE: Thread XBPyThread start, auto delete: false
22:27:28 T:2881549376  NOTICE: -->Python Interpreter Initialized<--
22:27:31 T:2881549376  NOTICE: CommonFunctions-2.5.1
22:27:32 T:2873160768  NOTICE: Thread Background Loader start, auto delete: false
22:27:33 T:2881549376  NOTICE: Thread XBPyThread start, auto delete: false
22:27:34 T:2881549376  NOTICE: -->Python Interpreter Initialized<--
22:27:37 T:2881549376  NOTICE: CommonFunctions-2.5.1
22:27:37 T:2881549376 WARNING: Attempt to use invalid handle 3
22:27:37 T:3037851648  NOTICE: COMXPlayer: Opening: rtmp://188.165.12.48/nucetv_video/25 playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/425/351/FALSE/false/false
22:27:37 T:3037851648 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
22:27:37 T:2873160768  NOTICE: Thread COMXPlayer start, auto delete: false
22:27:37 T:2873160768  NOTICE: Creating InputStream
22:27:38 T:2873160768 WARNING: HandShake: client signature does not match!
22:27:38 T:2873160768   ERROR: rtmp server sent error
22:27:38 T:2873160768   ERROR: rtmp server requested close
22:27:38 T:2873160768   ERROR: COMXPlayer::OpenInputStream - error opening [rtmp://188.165.12.48/nucetv_video/25 playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/425/351/FALSE/false/false
                                                ]
22:27:38 T:2873160768  NOTICE: COMXPlayer::OnExit()
22:27:38 T:2873160768  NOTICE: COMXPlayer::OnExit() deleting input stream
22:27:38 T:3037851648   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25+playpath%3Dstream+swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fembed.swf+live%3Dtrue+timeout%3D15+pageUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fembed%2F25%2F425%2F351%2FFALSE%2Ffalse%2Ffalse%0D%0A++++&mode=12]
22:27:38 T:2873160768  NOTICE: Thread Background Loader start, auto delete: false
22:27:38 T:3037851648  NOTICE: OMXClock using video as reference
22:27:44 T:2873160768  NOTICE: Previous line repeats 1 times.
22:27:44 T:2873160768  NOTICE: Thread XBPyThread start, auto delete: false
22:27:44 T:2873160768  NOTICE: -->Python Interpreter Initialized<--
22:27:47 T:2873160768  NOTICE: CommonFunctions-2.5.1
22:27:47 T:3037851648  NOTICE: COMXPlayer: Opening: rtmp://188.165.12.48/nucetv_video/25playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/560/470/FALSE/true/false
22:27:47 T:3037851648 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
22:27:47 T:2881549376  NOTICE: Thread COMXPlayer start, auto delete: false
22:27:47 T:2881549376  NOTICE: Creating InputStream
22:27:47 T:2881549376 WARNING: HandShake: client signature does not match!
22:27:47 T:2881549376   ERROR: rtmp server sent error
22:27:47 T:2881549376   ERROR: rtmp server requested close
22:27:47 T:2881549376   ERROR: COMXPlayer::OpenInputStream - error opening [rtmp://188.165.12.48/nucetv_video/25playpath=stream swfUrl=http://nucetv.com/embed.swf live=true timeout=15 pageUrl=http://nucetv.com/embed/25/560/470/FALSE/true/false
                                                ]
22:27:47 T:2881549376  NOTICE: COMXPlayer::OnExit()
22:27:47 T:2881549376  NOTICE: COMXPlayer::OnExit() deleting input stream
22:27:47 T:3037851648   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.live.streams/?url=rtmp%3A%2F%2F188.165.12.48%2Fnucetv_video%2F25playpath%3Dstream+swfUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fembed.swf+live%3Dtrue+timeout%3D15+pageUrl%3Dhttp%3A%2F%2Fnucetv.com%2Fembed%2F25%2F560%2F470%2FFALSE%2Ftrue%2Ffalse%0D%0A++++&mode=12]
22:27:48 T:2881549376  NOTICE: Thread Background Loader start, auto delete: false
22:27:48 T:3037851648  NOTICE: OMXClock using video as reference

CstyleZ, i will look now about your solutions, thank you..
Reply

Logout Mark Read Team Forum Stats Members Help
Live Streaming of RTMP Streams0