ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.17k stars 619 forks source link

Video Frame Not Received By Plugin If ABR Is Not Enabled forceDecoding:true #6401

Open lastpeony opened 1 month ago

lastpeony commented 1 month ago

Short description

Video Frame Not Received By Plugin If ABR Is Not Enabled, even if forceDecoding:true application settings

Environment

2.9.1

Steps to reproduce

  1. install sample plugin. set forceDecoding:true
  2. publish with webrtc
  3. sample plugin should receive video frame

Expected behavior

sample plugin should receive video frame if forceDecoding:true

Actual behavior

sample plugin does not receive video frame even if forceDecoding:true

If ABR is not enabled: audio packet is coming video packet is coming audio frame is coming video frame is not coming It should be audio packet is coming video packet is coming audio frame is coming video frame is coming if forceDecoding:true

lastpeony commented 1 month ago

might be related https://github.com/ant-media/Ant-Media-Server/issues/6400