No RTSP support? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: No RTSP support? (/showthread.php?tid=337405) |
No RTSP support? - Die$el - 2018-11-11 Need help Wiki says https://kodi.wiki/view/Internet_video_and_audio_streams 1.1 The .STRM file method: Create a normal text-file and rename the .txt extension to .strm then open it up with a text-editor (like Notepad in Microsoft Windows) and input the the direct URL-link of the stream. This should look like: http://host/path/stream or mms://host/path/stream or rtsp://host/path/stream fact: 19:26:25.474 T:139659618314240 NOTICE: VideoPlayer: Opening: rtsp://USERNAME[email protected]/ 19:26:25.474 T:139659618314240 WARNING: CDVDMessageQueue(player):ut MSGQ_NOT_INITIALIZED 19:26:25.475 T:139657530648320 NOTICE: Creating InputStream 19:26:25.475 T:139657530648320 WARNING: CreateLoader - unsupported protocol( rtsp) in rtsp://USERNAME[email protected]/ 19:26:25.476 T:139657530648320 ERROR: CVideoPlayer::OpenInputStream - error opening [ rtsp://USERNAME[email protected]/] 19:26:25.476 T:139657530648320 NOTICE: CVideoPlayer::OnExit() 19:26:25.476 T:139659618314240 ERROR: Playlist Player: skipping unplayable item: 0, path [ rtsp://USERNAME[email protected]/] Tested on Windows, Mint, Libreelec... RE: No RTSP support? - Klojum - 2018-11-11 Fact #2 : we prefer FULL log files, provided via external paste websites, such as https://paste.kodi.tv and https://pastebin.com . RE: No RTSP support? - Die$el - 2018-11-14 2 Klojum It was very useful. Thank you for your time! Solution: RTMP Input plugin disabled by default, please add this information to wiki |