vdianl / plugin.audo.nlradio

1 stars 2 forks source link

RTMP streams can't be played #17

Open pvdl opened 8 years ago

pvdl commented 8 years ago

Example Radio Soest: rtmp://stream.fourmedia.nl/radiosoest/livestream app=radiosoest/ pageUrl=http://www.radiosoest.nl/player.php swfUrl=http://www.radiosoest.nl/js/jwplayer.flash.swf tcUrl=rtmp://stream.fourmedia.nl/radiosoest/ playPath=livestream

vdianl commented 8 years ago

RTMP plays correctly with SALTS. 18:55:28 T:5524 NOTICE: DVDPlayer: Opening: rtmp://stream.fourmedia.nl/radiosoest/livestream 18:55:28 T:5524 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED 18:55:28 T:5524 WARNING: DXVA::CProcessorHD::PreInit - failed to get video devices. 18:55:28 T:5524 NOTICE: CWinRenderer::Preinit - could not init DXVA processor - skipping 18:55:28 T:5032 NOTICE: Creating InputStream 18:55:36 T:5032 NOTICE: Creating Demuxer 18:55:36 T:5032 NOTICE: Metadata: 18:55:36 T:5032 NOTICE: presetname Custom 18:55:36 T:5032 NOTICE: creationdate Thu May 19 12:33:00 2016 18:55:36 T:5032 NOTICE: audiodevice IN (3- DUO-CAPTURE EX) 18:55:36 T:5032 NOTICE: audiosamplerate 44100.00 18:55:36 T:5032 NOTICE: audiochannels 2.00 18:55:36 T:5032 NOTICE: audioinputvolume 75.00 18:55:36 T:5032 NOTICE: audiocodecid mp4a 18:55:36 T:5032 NOTICE: audiodatarate 128.00 18:55:36 T:5032 NOTICE: Opening stream: 0 source: 256 18:55:36 T:5032 NOTICE: Finding audio codec for: 86018 18:55:36 T:5032 NOTICE: Creating audio thread 18:55:36 T:5032 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED 18:55:36 T:5220 NOTICE: running thread: CDVDPlayerAudio::Process() 18:55:36 T:5220 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 44100, no pass-through) 18:55:36 T:3120 NOTICE: Stream All The Sources: Service: Playback started 18:55:36 T:5220 NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 23 18:56:02 T:5524 NOTICE: Previous line repeats 1 times. 18:56:02 T:5524 ERROR: Control 12 in window 10135 has been asked to focus, but it can't 18:56:15 T:5524 ERROR: Previous line repeats 1 times. 18:56:15 T:5524 NOTICE: CDVDPlayer::CloseFile() 18:56:15 T:5524 NOTICE: DVDPlayer: waiting for threads to exit 18:56:15 T:5032 NOTICE: CDVDPlayer::OnExit() 18:56:15 T:5032 NOTICE: Closing stream player 1 18:56:15 T:5032 NOTICE: Waiting for audio thread to exit 18:56:15 T:5220 NOTICE: thread end: CDVDPlayerAudio::OnExit() 18:56:15 T:5032 NOTICE: Closing audio device 18:56:15 T:5032 NOTICE: Deleting audio codec 18:56:15 T:5524 NOTICE: DVDPlayer: finished waiting 18:56:15 T:5524 NOTICE: CDVDPlayer::CloseFile() 18:56:15 T:5524 NOTICE: DVDPlayer: waiting for threads to exit 18:56:15 T:5524 NOTICE: DVDPlayer: finished waiting 18:56:15 T:5524 NOTICE: CDVDPlayer::CloseFile() 18:56:15 T:5524 NOTICE: DVDPlayer: waiting for threads to exit 18:56:15 T:5524 NOTICE: DVDPlayer: finished waiting 18:56:16 T:3120 NOTICE: Stream All The Sources: Service: Playback Stopped

vdianl commented 8 years ago

Clean installation of Kodi (Jarvis) has no conflicts with RTMP streams. Please comment with more details. (maybe a debug log)

pvdl commented 8 years ago

The stream works if you use it for the VLC player: vlc "rtmp://stream.fourmedia.nl/radiosoest/livestream app=radiosoest/ pageUrl=http://www.radiosoest.nl/player.php swfUrl=http://www.radiosoest.nl/js/jwplayer.flash.swf tcUrl=rtmp://stream.fourmedia.nl/radiosoest/ playPath=livestream"

But simple adding the stream in a .strm file doesn't work. I am using Linux Mint 17.3 with Kodi 16.1

vdianl commented 8 years ago

Doesn't matter if i use only the rtmp://URL or with all those variables. I'm using Linux Ubuntu 14.04 with Kodi 16.1 $ python --version Python 2.7.6