flavioribeiro / nginx-audio-track-for-hls-module

:sound: Nginx module that generates audio track for HTTP Live Streaming (HLS) streams on the fly.
GNU General Public License v3.0
136 stars 17 forks source link

reading mpegts buffer #30

Open MuhammadAsghar opened 7 years ago

MuhammadAsghar commented 7 years ago

I am trying to read a mpegts buffer with live data packets using avio_alloc_context(). The packets are video packets but i am getting segmentation fault error. i am using pure ffmpeg but i do not know how to read a buffer data of size 188 continuously.