-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I have a server that takes an mp4 file and sends h264 frames and audio in seperate channels to my html5 client application. Some mp4 files play fine but while playing certain files i get this
Warning:ParsePps(): weighted_bipred_idc (2) not supported.
and then i get
Decode failed: 0x10 - ,NoParamSets
This is my SPS
Uint8Array(28) [0, 0, 0, 1, 103, 100, 0, 42, 172, 209, 0, 120, 2, 39, 229, 192, 90, 128, 128, 128, 160, 0, 0, 125, 32, 0, 58, 152]
and PPS
Uint8Array(8) [0, 0, 0, 1, 104, 235, 239, 44]
Got any advice?
Metadata
Metadata
Assignees
Labels
No labels