I’ve just got a Raspberry PI TV-HAT. I thought it’d be fun to play with it using GStreamer.
I’m failing at creating a working pipeline though, and I’m wondering if somebody could please help me out?
TBH I don’t understand all the broadcast parameters right now (but I have managed to get a HTTP stream working using VLC) . I think what would be helpful would be a gst-launch-1.0
pipeline which shows me a TV channel using autovideosink
and autoaudiosink
. I’d eventually like to stream from this using hlssink
, so an example of that would be helpful too.
The interwebs pointed me to w_scan
which can generate a file that it says is for GStreamer. Is it possible to feed that to dvbsrc
somehow? Or do I have to read it and use the values in there as params on dvbsrc
?