(2020-12-20, 11:09)phunkyfish Wrote: You can only test this on kodi 19 I’m afraid. The latest beta2 is pretty stable. Maybe one of your android devices could be used as a test subject 😉
There is no way to test kodi 18 as it had had its final release and ffmpegdirect is Kodi 19 only I’m afraid.
Or if your chrome book supports android apps you should find the latest 19 beta in the play store.
So, after some major internal road works: I'm sorry it's not working (yet), but here are details:
The log is saying:
Code:
2020-12-20 14:40:57.602 T:11738 INFO <general>: CAddonMgr::FindAddon: inputstream.ffmpegdirect v1.19.0 installed
2020-12-20 14:40:57.688 T:11740 INFO <general>: initializing python engine.
2020-12-20 14:40:58.474 T:11740 INFO <general>: CPythonInvoker(7, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/inputstream.ffmpegdirect/resources/lib/runner.py): script successfully run
2020-12-20 14:40:58.633 T:11740 INFO <general>: Python interpreter stopped
2020-12-20 14:41:32.321 T:7687 WARNING <general>: CreateLoader - unsupported protocol(rtsp) in rtsp://192.168.1.99:554/?src=1&freq=12188&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=27500&fec=34&pids=0,17,18,163,104,44,105
2020-12-20 14:41:32.325 T:7687 INFO <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - GetChannelStreamProperties - Live Stream URL: rtsp://192.168.1.99:554/?src=1&freq=12188&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=27500&fec=34&pids=0,17,18,163,104,44,105
2020-12-20 14:41:32.410 T:7687 INFO <general>: VideoPlayer::OpenFile: pvr://channels/tv/All%20channels/pvr.iptvsimple_2085672858.pvr
2020-12-20 14:41:32.421 T:11747 INFO <general>: Creating InputStream
2020-12-20 14:41:32.495 T:11747 INFO <general>: Creating Demuxer
2020-12-20 14:41:32.787 T:11747 ERROR <general>: OpenDemuxStream - Error creating demuxer
2020-12-20 14:41:32.787 T:11747 INFO <general>: CVideoPlayer::OnExit()
2020-12-20 14:41:32.881 T:7687 INFO <general>: CVideoPlayer::CloseFile()
2020-12-20 14:41:32.962 T:7687 INFO <general>: VideoPlayer: waiting for threads to exit
2020-12-20 14:41:32.962 T:7687 INFO <general>: VideoPlayer: finished waiting
When looking into the communication with WireShark, it can be seen that the new protocol extension, which ttm1 has implemented, has not taken place: The dialogue stops at the 404 answer received on the DESCRIBE request - so somehow the update is not active ?!?
Code:
OPTIONS rtsp://192.168.1.99:554/?src=1&freq=12188&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=27500&fec=34&pids=0,17,18,163,104,44,105 RTSP/1.0
CSeq: 1
User-Agent: Lavf58.45.100
RTSP/1.0 200 OK
CSeq: 1
Date: Sat, 03 Jan 1970 09:19:44 GMT
Public: OPTIONS,DESCRIBE,SETUP,PLAY,TEARDOWN
DESCRIBE rtsp://192.168.1.99:554/?src=1&freq=12188&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=27500&fec=34&pids=0,17,18,163,104,44,105 RTSP/1.0
Accept: application/sdp
CSeq: 2
User-Agent: Lavf58.45.100
RTSP/1.0 404 Not Found
CSeq: 2
But the good news is: I've now Kodi 19b2 and Android and Wireshark and a Ethernet breakout box and a smb fileserver in place - so the next trial run would not need so much preperation again as this time
Thanks for your support !