Skip to content
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

Problem with audio/video sync when watching recordings #328

Open
lexnared opened this issue Feb 20, 2021 · 23 comments
Open

Problem with audio/video sync when watching recordings #328

lexnared opened this issue Feb 20, 2021 · 23 comments

Comments

@lexnared
Copy link

Hi,
it would be fine, if you can help me to fix the errors?

I have the same errors in much other programs.

http://USERNAME:PASSWORD@192.168.1.29:80/web/epgservice?sRef=1%3A0%3A19%3AC39C%3A2727%3AF001%3AFFFF0000%3A0%3A0%3A0%3A
2021-02-20 21:31:31.302 T:30578 ERROR: AddOnLog: Enigma2 Client: pvr.vuplus - GetHttp - Could not open webAPI.
2021-02-20 21:31:31.302 T:30578 ERROR: AddOnLog: Enigma2 Client: pvr.vuplus - GetEPGForChannel Unable to parse XML: Error document empty. at line 0
2021-02-20 21:31:31.302 T:30578 ERROR: GetEPGForChannel: Add-on 'Uno 4K SE:192.168.1.29' returned an error: server error
2021-02-20 21:31:31.302 T:30578 ERROR: Update: Failed to update table 'DELUXE MUSIC HD'
2021-02-20 21:31:34.037 T:30578 NOTICE: AddOnLog: Enigma2 Client: pvr.vuplus - GetEPGForChannel Could not find element
2021-02-20 21:32:22.271 T:30578 NOTICE: Previous line repeats 27 times.
2021-02-20 21:32:22.271 T:30578 ERROR: Open - Unhandled exception
2021-02-20 21:32:22.272 T:30578 ERROR: Open - Error opening http://USERNAME:PASSWORD@192.168.1.29:80/web/epgservice?sRef=1%3A0%3A19%3A2B98%3A2719%3AF001%3AFFFF0000%3A0%3A0%3A0%3A
2021-02-20 21:32:22.272 T:30578 ERROR: AddOnLog: Enigma2 Client: pvr.vuplus - GetHttp - Could not open webAPI.
2021-02-20 21:32:22.272 T:30578 ERROR: AddOnLog: Enigma2 Client: pvr.vuplus - GetEPGForChannel Unable to parse XML: Error document empty. at line 0
2021-02-20 21:32:22.273 T:30578 ERROR: GetEPGForChannel: Add-on 'Uno 4K SE:192.168.1.29' returned an error: server error
2021-02-20 21:32:22.273 T:30578 ERROR: Update: Failed to update table 'KiKA HD'
2021-02-20 21:32:23.331 T:30578 NOTICE: AddOnLog: Enigma2 Client: pvr.vuplus - GetEPGForChannel Could not find element
2021-02-20 21:35:31.052 T:30568 NOTICE: Previous line repeats 9 times.
2021-02-20 21:35:31.052 T:30568 WARNING: Unable to determine channel type. Defaulting to TV.

@phunkyfish
Copy link
Member

Please do the following.

  1. enable debug logging
  2. Restart kodi
  3. Reproduce the error
  4. Post the full log using a paste site link

There is not enough detail in the log snippet you posted to figure this out.

@lexnared
Copy link
Author

lexnared commented Feb 21, 2021

Okay, I reproduced the bug.
The problem occurs
with a stream from the external hard drive, from line 1 to 15402.

The error also occurs with a
Live stream TV Chanel, from line 15403 to end

The best way to find the bug. Search for "error"

Many Thanks

debug log

@phunkyfish
Copy link
Member

It simply can't connect to your Enigma2 device. All calls to any of the OpenWebIf APIs fail.

Are you sure you have configured the add-on correctly? What Enigma2 device do you have?

@lexnared
Copy link
Author

lexnared commented Feb 21, 2021

Device: Vu + UNO 4k SE

I don't understand the error.
I see each timer on kodi, also the last viewed tv chanel and can stream from the hdd or live tv without a streaming problem, Sound or Video.

Tomorrow I can post the settings.xml
But I think the settings are okay.

Do you need something more?

@phunkyfish
Copy link
Member

Can you try Kodi 19? It should give more useful logging and might make it easier to figure out.

@lexnared
Copy link
Author

No Problem.
Kodi 19 update, done!

which logfile is required?

@phunkyfish
Copy link
Member

The debug log. Same as with kodi 18

@lexnared
Copy link
Author

Okay, what i do so far.
Port to the webif "80" replaced with "00080" source
may a bug?
Since i have much less error with the connection (Post 1)

I created a own channellist for streaming from kodi to vu+, because i think many errors in the log call a tv channel thers not up to date (frequenzy changed)
So now is in the channellist only Channels there up to date.

debug log

@phunkyfish
Copy link
Member

That should just be port 80. There is no reason to have 00080

@phunkyfish
Copy link
Member

What's the problem? Is that channels don't appear, the guide has no data or what?

@phunkyfish
Copy link
Member

Can you also post a log with debug logging switched off?

@lexnared
Copy link
Author

Sure, but I can upload earliest tomorrow.

The errors in the log..

2021-02-22 18:09:02.531 T:24992 ERROR : Unknown setting type of 'ffmpegdirectSettings' for Enigma2 Client

I don't understand this error.

Also

2021-02-22 18:10:20.643 T:25077 ERROR : Update: Failed to update table 'N24 Doku HD'

I think this failure comes infrequent.
Maybe helps a look in the logfile Vu box

@phunkyfish
Copy link
Member

Neither of those is a real error. The first is a button in the add-on settings used to open ffmpegdirect settings (used for timeshift on IPTV streams). The second is because there is no guide data for that channel.

@phunkyfish
Copy link
Member

If you see only those errors I assume the add-on is loading correctly and works?

@phunkyfish
Copy link
Member

You have still not explained the problem you are having?

@lexnared
Copy link
Author

Between I have a problem with the sound by streaming from the external HDD on the vu.

The video to sound are asynchron.
The failure is infrequent.
When the Problem occurs, the Video is faster.
Kind of fast Play.

Do you have empirical values for the advancedsettings.xml and fire tv stick 3.gen?

Bevor, i thought the kodi are overload because the process in percent by the debug are over 100%.
Many members in the discussion board says that normal.
I thought that's a crucial hint for the asynchron Video to audio.

@phunkyfish
Copy link
Member

So the only issue you have is audio/video sync when watching recordings?

@phunkyfish
Copy link
Member

In future please set the title of the issue to something that describes the bug you have found.

@lexnared
Copy link
Author

So the only issue you have is audio/video sync when watching recordings?

Yes.

@lexnared lexnared changed the title Error Logfile: GetHttp - Could not open webAPI / GetEPGForChannel Unable to parse XML Problem with audio/video sync when watching recordings Feb 23, 2021
@lexnared
Copy link
Author

In future please set the title of the issue to something that describes the bug you have found.

Done!

@phunkyfish
Copy link
Member

That would have been a better place to start!

can you try copying the files to a PC/laptop and opening them in VLC and see if there are sync issues?

@lexnared
Copy link
Author

lexnared commented Feb 23, 2021

Sure, that's no problem.
Furthermore i can stream over a m3u file to the vu box with vlc player, without sync issues from the pc

@phunkyfish
Copy link
Member

What if you use that same M3U file and play the recordings using pvr.iptvsimple? Does that have problems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants