Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.7.2
-
None
Description
Very often (actually if not 100%, then close to it), that my MediaPlayer have these errors after playing a segment:
[tls @ 000002001F29FE40] Unable to read from socket [mov,mp4,m4a,3gp,3g2,mj2 @ 0000020061860A00] Packet corrupt (stream = 0, dts = 1864863). [NULL @ 0000020017C022C0] Invalid NAL unit size (14304 > 1402). [NULL @ 0000020017C022C0] missing picture in access unit with size 1406 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000020061860A00] stream 0, offset 0x3af256: partial file [h264 @ 000002006C5DD540] Invalid NAL unit size (14304 > 1402). [h264 @ 000002006C5DD540] Error splitting the input into NAL units.
I am pretty sure video source is fine, source is always youtube video url provided by their standard API which works to everyone.
If I google this issue, i see that for FFMPEG i need to set some parameters for reconnecting etc, but how do I do it when using QML only?
PS: qml debug:
brings this:
ErrorString: Invalid data found when processing input ERROR: 2
Attachments
Issue Links
- duplicates
-
QTBUG-126557 Media Player stream gets stopped with these errors
- Open