Christophe Irles
Christophe Irles
Using last version of SIPSorcery (master branch) and SIPSorcery.FFmpeg v1.0.0 I have always a crash **when decoding a input video frame from an Android device.** **Sending a video stream in...
Hi, This library seems awesome ! I would like to use the Graphml diagram report but unfortunately it doesn't work for me. I can't open the graphml file created in...
Get VCodec (h264 and mjpeg) or InputFormat (pixel format in fact) Fix also how FrameRate is set Related to issue #33
**"input_format"** is not available in **"dshow"** context. **"vcodec"** must be used instead. (and not **"pixel_format"**) Cf: https://trac.ffmpeg.org/wiki/DirectShow Extract on my PC using this command line: `ffmpeg -f dshow -list_options true...
Does anyone know how to use a M3U using FFmpeg library ? It's working well using FFplay. For example: ffplay.exe -i "https://ncdn-live-bfm.pfd.sfr.net/shls/LIVE$BFM_TV/index.m3u8?end=END&start=LIVE" Here there is a **legal** list available:: https://github.com/iptv-org/iptv...
I use with success MediaFilterGraph with one or several MediaStream (as Video type) as Inputs I can use simple or complex filter - here I describe my problem using only...
Hi, I migrate from the master branch to the dev branch. The objective was to use the new Nuget package directly in my project. Unfortunately there are some missing elements...
I wondering it's its possible to decode RTP packets (Audio and/or Video) ? I have already them in memory - RTP Header and RTP Payload. I have the SDP associated...