-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playback without audio #121
Comments
The problem with playback - or in general - any change in the TS-Stream is, that there is only a sort of exit cleanup, but not any within init any more. To get audio with playback start, you'll need to Re-Sync the decoder, by starting from a different format, e.g. if video is 720p, everything than that works, or reintroduce decoder cleanup: `
+// if (MyVideoStream->ClearClose) {
+// } However, the hole playback is sort of broken with current git master. To get it right, you may apply this patch and (re-)enable SoftStart-Sync in Plugin-Settings. Regards, |
Hello Quantomax, thanks for the solution. The patch not only provides audio during playback, the "duped frames" are now also past. Hopefully your patch will be included in the master soon. Thanks a lot especially the guys for the care of the Vaapidevice-Plugin |
The development has happened lately on ffmpeg demuxer branches and I integrated your patch into my branch. You can take a look at it here: |
Thanks for the udate of your branch. But now I have "dropped frames" on live tv and playback is with audio from the current live channel. |
...and the audio and video is asynchronous - wether live tv or playback or the resolution. |
Thanks for working on my problem. In the Log I notice: Do you need more informations? |
Audio is ok for live TV, but a recording in the same resolution like live TV is without audio. You have to press exit and immediately press ok. Now the audio is ok. The same when you change the audio track or jumping forward or backward for a minute.
The reason is the commit 9b2c17f from Mar4, 2018, "Move VA-API HW device context initialization to video module". I did not manage the change back of this commit - the osd was gone. Please help me...
Thanks a lot
Stefan
VAAPIDEVICE SYSTEM INFORMATION REPORT
inxi
vainfo
ffmpeg
gcc
/usr/local/bin/svdrpsend
The text was updated successfully, but these errors were encountered: