Category Archives: git

GitHub Update: Changes To ffmpeg JBLive Scripts

Good evening folks.   Have a quick update from the JBLive (non-official) repository.  I added a flag before the rstp stream input opens to force TCP as a transport protocol over UDP/TCP.  Every time a script was ran, ffmpeg’s rtsp steam capture would also try UDP before trying TCP.  Sometimes would interfere with the stream capture kicking off reliably (as it seems).  Thanks to blackout24 on reddit,I finally got around to putting the the appropriate flags for experimental AAC support, which should  match up nicer with the input stream from Jupiter Broadcasting’s CDN.

Summary:

  • Forced TCP transport protocol over rtsp
  • Added flags for experimental AAC support.

Links

Thank you,

-MikeyD

Jupiter Broadcasting Live Recording Scripts [non-official]

For those interested, I have  created a repo for Jupiter Broadcasting automated scripts for recording the Live broadcastings. Simple stuff, and I am welcome to changing them to fit our needs (adjusting timing for preshow and aftershow banter times). I am really tired, so I probably made mistakes, but hope this is nice for those who wish to use them. All file names in the scripts will append the current date if you keep more than one show in your Videos directory.  You can find the repo below, or at the top menu of this site.

Shows Included:

jb_live_coderradio.sh
jb_live_LAS.sh
jb_live_scibyte.sh
jb_live_unfilter.sh
jb_live_bsdnow.sh
jb_live_fauxshow.sh
jb_live_LASunplugged.sh
jb_live_techsnap.sh

As always
Please check my work, and NEVER run a script without examining it first. I am not responsible for any damage, even though these scripts are pretty harmless.

Please Note: crontab examples are for the EST time zone

Repository: https://github.com/ProfessorKaos64/jb_live

_prof