You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LibreELEC version 9.2.7
Kodi version 18.9.0
IPTV Recorder version 0.0131
xbmcswift2 version 2.4.0
ffmpeg version 9.2.0.111
ffmpeg binary location: /storage/.kodi/addons/tools.ffmpeg-tools/bin/ffmpeg
I can play the stream without any issues:
2021-06-27 20:40:02.304 T:1229185792 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
2021-06-27 20:40:17.728 T:1819116288 WARNING: Previous line repeats 120 times.
2021-06-27 20:40:17.728 T:1819116288 NOTICE: [xbmcswift2] Request for "/play_channel/Duna+World+%2F+M4+Sport%2B" matches rule for function "play_channel"
2021-06-27 20:40:17.732 T:1819116288 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
2021-06-27 20:40:24.177 T:1936595456 NOTICE: VideoPlayer::OpenFile: https://c402-node61-cdn.connectmedia.hu/1103/dec354a754a87b99ca97aa65f40ade50/60d91a76/02.m3u8
2021-06-27 20:40:24.307 T:1819116288 NOTICE: Creating InputStream
2021-06-27 20:40:25.042 T:1819116288 NOTICE: Creating Demuxer
2021-06-27 20:40:28.686 T:1819116288 NOTICE: Opening stream: 0 source: 256
2021-06-27 20:40:28.686 T:1819116288 NOTICE: Creating video codec with codec id: 27
2021-06-27 20:40:28.700 T:1819116288 NOTICE: Creating video thread
2021-06-27 20:40:28.700 T:1200337664 NOTICE: running thread: video_thread
2021-06-27 20:40:28.794 T:1819116288 NOTICE: Opening stream: 1 source: 256
2021-06-27 20:40:28.794 T:1819116288 NOTICE: Finding audio codec for: 86018
2021-06-27 20:40:28.795 T:1819116288 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
2021-06-27 20:40:28.796 T:1819116288 NOTICE: Creating audio thread
2021-06-27 20:40:28.796 T:1175159552 NOTICE: running thread: CVideoPlayerAudio::Process()
2021-06-27 20:40:28.797 T:1175159552 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
However, RECORD AND PLAY fails with this:
2021-06-27 20:41:31.820 T:1743475456 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
2021-06-27 20:41:31.957 T:1743475456 NOTICE: [xbmcswift2] Request for "/record_and_play/Duna+World+%2F+M4+Sport%2B" matches rule for function "record_and_play"
2021-06-27 20:42:02.505 T:1804804864 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
2021-06-27 20:42:07.584 T:1743475456 WARNING: Previous line repeats 122 times.
2021-06-27 20:42:07.584 T:1743475456 WARNING: Attempt to use invalid handle -1
2021-06-27 20:42:07.586 T:1743475456 WARNING: Previous line repeats 2 times.
2021-06-27 20:42:07.586 T:1743475456 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
Same problem for me.
I have some good results with this ffmpeg binary from here "https://johnvansickle.com/ffmpeg/"
"https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-armhf-static.tar.xz"
I decompress and put "ffmpeg" and "ffprobe" files in my "Download" folder and I point IPTV Recorder to this new "ffmpeg".
I have some crashes of Kodi when I choose to record, but Registering seems to work.
PS : Sorry for mistakes
Hi,
LibreELEC version 9.2.7
Kodi version 18.9.0
IPTV Recorder version 0.0131
xbmcswift2 version 2.4.0
ffmpeg version 9.2.0.111
ffmpeg binary location: /storage/.kodi/addons/tools.ffmpeg-tools/bin/ffmpeg
I can play the stream without any issues:
However, RECORD AND PLAY fails with this:
FFMPEG runs fine from command line:
Any idea what could be wrong?
Thanks.
The text was updated successfully, but these errors were encountered: