2018-11-11, 18:55
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...
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...