apollo Hi, profile ffmpeg no problem, kodi with profile pass no problem. H264+vaapi problem with stuttering audio playback for a few seconds then stops... Thanks
ukn_unknown apollo I have a new branch that is removing the disconnect when mux will report error (for testing only). In order to compile my branch you have to replace: git clone https://github.com/tvheadend/tvheadend.git with: git clone https://github.com/uknunknown/tvheadend.git git switch dev_remove_err All the other steps from documentation (up to the point where you install with dpkg should remain the same). Note the name of the file will change.
apollo Let's see if I understand correctly, do I need to follow the steps for Linux on this page? uknunknown/tvheadend.git
ukn_unknown apollo No ... the steps for install are in: https://docs.tvheadend.org/documentation/development/compiling/compiling-tvh-with-vaapi-support/for-lubuntu-24.04 You have to start from Compile tvheadend (somewhere around middle of the page) and replace: git clone https://github.com/tvheadend/tvheadend.git with: git clone https://github.com/uknunknown/tvheadend.git git switch dev_remove_err Follow the next steps to compile ... up to the point where a new deb file was made. This is where you use the command to install deb file: sudo dpkg -i tvheadend_4.3- ******** After you install ... your old settings should be the same like before ... only that you will use the new branch, that I made (with one line commented).
apollo Hi, I did the clone however the problem remained tried with kodi after a few seconds the playback stops... Thanks
ukn_unknown apollo Can you collect the logs? because how I disabled the first level of protection ... I want to see what is breaking after.
ukn_unknown other things re breaking ... 🙁 I think is easier if you could record a 30s to 1 min using 'pass' profile and upload it somewhere where is accessible for download. I will perform more tests on that sample 🙂 .
apollo Hi, I hope that's what you wanted [https://drive.google.com/drive/folders/1Dg6uFxB1cpqSTzdp7--cQbK52_vg53_q?usp=sharing]
ukn_unknown apollo no ... not the log. My goal is to replicate the issue you have on my setup. For that you need to save (using DVR feature) a video of 30s - 60s with profile 'pass': Configuration / Recording / Digital Video Recording Profiles --> on the right side look for: General Settings / Stream profile = pass. To start the actual recording you have to go to: Electronic Program Guide ; select one show (anything with blue bar - that is available now) click on the 'i' icon on the left side (new window should open). At the bottom of that window there is a button Recording ... press on it. Wait for 30 sec. Go to Digital Video Recorder / Upcoming Current Recordings ; select the line with the show (you are recording) and press button Stop (red). "Do you really want .... " --> Yes. Now select Digital Video Recorder / Finished Recordings you should see that recording. Select that show and press the button Download (above). Upload the file somewhere ... should be a ts file relative large (could be even 100MB)
apollo Hi, I think I did what you asked me to do this time...🙂 [https://drive.google.com/drive/folders/11HmKL2YPtc-WDwLvQEIRElnV7C6LV08z?usp=sharing]
ukn_unknown apollo 🙂 no ... this is a 'link' to the file ... not the recording. The file has to be large ... many MB. "Now select Digital Video Recorder / Finished Recordings you should see that recording. Select that show and press the button Download (above)." --> you have to select the recording (left click on it) and press the Download button that is above the selected line (with a green arrow down).
apollo Forgive me... Thank you [https://drive.google.com/drive/folders/11HmKL2YPtc-WDwLvQEIRElnV7C6LV08z?usp=sharing]
ukn_unknown apollo bad news 🙁 ... when I loaded the file using ffmpeg from HDD it was able to play it; so I don't know how to repro your problem. Probably I have to find a way to load the file without ffmpeg to repro the problem. logs.txt3kB
ukn_unknown apollo I was able to load the file without using ffmpeg (I used --tsfile <FILE_PATH>) and it works as expected (is transcoding properly in H264 or HEVC). In this log you can see I tested pass, h264 and hevc ... all working. There are some warnings ... but I get that on many channels - I don't think is the real reason of your failure. logs.txt3kB
ukn_unknown apollo you need to add 'sudo' in front of the command. I fixed the documentation. Also what you did is OK ... you can continue.
ukn_unknown ukn_unknown BTW : I think you should exit 'su mode' because might not generate the same results for future commands.