![]() |
Errors playing pbs rtmp - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: VideoPlayer InputStream (https://forum.kodi.tv/forumdisplay.php?fid=312) +---- Thread: Errors playing pbs rtmp (/showthread.php?tid=51144) |
Errors playing pbs rtmp - stacked - 2009-05-16 I can't get pbs rtmp streams to work. Not sure what I'm doing wrong... The base rtmp link is base="rtmp://pbs.fcod.llnwd.net/a1863/o6/" and the source file is src="tp-live/PBS_CP_FRONTLINE/fline-2714-stream.mp4" My script to play the stream is: Code: import xbmc, xbmcgui debug: http://pastebin.com/m272466d1 btw, I'm using Rev 20365. And you can preview the stream here - frosty - 2009-05-18 The relevant section of the log shows the server says that stream does not exist: Code: 13:22:18 T:776 M:189222912 DEBUG: RTMP_LIB::CRTMP::SendPlay, invoking play 'tp-live/PBS_CP_FRONTLINE/fline-2714-stream.mp4' Wireshark shows flash sends a playpath "mp4:tp-live/PBS_CP_FRONTLINE/fline-2714-stream" - try that. I can't right now, as the blasted build is broken with VS2003 so I don't have a working XBMC to hand. - stacked - 2009-05-18 thanks, that works. ![]() |