tonycpsu / streamglob

A console media browser designed to facilitate live and time-shifted viewing of online content.
GNU General Public License v3.0
34 stars 10 forks source link

Go to live game in a doubleheader #53

Open GTRcktSci opened 3 years ago

GTRcktSci commented 3 years ago

I currently have streamglob running nicely on a Raspberry Pi. The followng is the command I run from a Putty terminal to start a broadcast (the Pi is connected to a tv in my living room). This command will always pick up at the Live point of a game, as long as it's not a doubleheader.

DISPLAY=:0 nohup streamglob mlb/atl:resoluti
on=720p

What do I need to add to the streamglob command to go to the Live point of the second game of a doubleheader? My normal command just starts the broadcast at the beginning of Game 1 whenever there's a DH.

TIA