Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

FlvEsParser

Audio video info parser.

Currently support flv ts es aac opus fully or partially and is going to support more format/codec.

Notes:

  • FlvEsParser-x.x-AppImage for Linux x86_64 where glibc >= 2.28 (ld -v), chmod +x FlvEsParser.X.AppImage to run;
  • FlvEsParser-x.x-win10 for Windows10. Windows11 may be able to run, not tested.

The source code are not public accessible currently due to some reason. Contact me if you need support.

https://raw.githubusercontent.com/gniuk/FlvEsParser/master/res/mainwin.png

https://raw.githubusercontent.com/gniuk/FlvEsParser/master/res/syntaxwin.png

Extra feature

  • RTP/RTCP parse and display (mainly webrtc oriented)

file dump name *.rtp, *.rtcp;

file dump format: |PACKET_LEN|RAW_PACKET|…

or meetecho janus-gateway .mjr file dump

RTP Video

https://raw.githubusercontent.com/gniuk/FlvEsParser/master/res/rtpvideowin.png

RTP Audio

https://raw.githubusercontent.com/gniuk/FlvEsParser/master/res/rtpaudiowin.png

RTCP

https://raw.githubusercontent.com/gniuk/FlvEsParser/master/res/rtcpwin.png

Releases

Packages

Contributors