Skip to content

FFMPEG with HLS PTS Discontinuity Support - Live HLS transmux/transcode to RTMP or MPEG-TS with PTS reclocking

License

Notifications You must be signed in to change notification settings

SoSJames/ffmpeg-hls-pts-discontinuity-reclock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg HLS PTS discontinuity patches for seamless HLS->MPEG-TS or HLS->RTMP re-streaming

contact: [email protected]

Developer configuration:

./configure --enable-static --disable-optimizations --disable-mmx --disable-stripping --enable-debug=3 --enable-pthreads

Testing:

From your favorite discontinious HLS feed, use the following as an example:

ffmpeg -i http://artifacts.ngbp.org/hls/pts-discontinuity.m3u8 -codec copy -f mepgts udp://127.0.0.1:31337; ffplay udp://127.0.0.1:31337

or

ffmpeg -i http://artifacts.ngbp.org/hls/pts-discontinuity.m3u8 -vcodec copy -ar 44100 -ac libfaac -f flv rtmp://127.0.0.1:31338/test/stream -rtmp_listen 0; ffplay rtmp://127.0.0.1:31338/test/stream

Revision History: 2019-01-18 - First public branch

About

FFMPEG with HLS PTS Discontinuity Support - Live HLS transmux/transcode to RTMP or MPEG-TS with PTS reclocking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.6%
  • Assembly 6.7%
  • Makefile 1.3%
  • C++ 0.2%
  • Objective-C 0.1%
  • Shell 0.1%