Difference between revisions of "PineCube"

Jump to navigation Jump to search
(→‎Armbian: Add example gstreamer pipeline and simple http web server with python3 to stream HLS)
(→‎Streaming the camera to the network: add note about using gst-play)
Line 222: Line 222:


It should be possible to view the HLS stream directly in a web browser by visiting [http://pinecube:8000/ http://pinecube:8000/] if pinecube is the correct hostname and the name correctly resolves.
It should be possible to view the HLS stream directly in a web browser by visiting [http://pinecube:8000/ http://pinecube:8000/] if pinecube is the correct hostname and the name correctly resolves.
It is also possible to view the HLS stream with VLC: <code>vlc http://pinecube:8000/playlist.m3u8</code>
 
View the HLS stream with VLC: <code>vlc http://pinecube:8000/playlist.m3u8</code>
View the HLS stream with gst-play-1.0: <code>gst-play-1.0 http://pinecube:8000/playlist.m3u8</code>


===== Debugging camera issues with the gstreamer pipeline =====
===== Debugging camera issues with the gstreamer pipeline =====