Skip to content

tohow06/gstreamer_trip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

GStreamer Streaming Simple Usage and Tutorial

Installation

for window users:

For HLS protocol

all host change to your own ip address

  1. first terminal

    cd .\hls\
    .\hlssink.bat
    
  2. second terminal

    cd .\hls\
    python -m http.server
    
  3. watch stream in hlsjs_demo.html or videojs_demo.html with your browser

  4. or watch with iphone safari be like http://192.168.100.4:8000/playlist.m3u8

For RTSP protocol

......

For tcpserversink

!!!!! only firefox or vlc can use

  1. cd .\tcp\
    .\tcpsink.bat
    
  2. watch in http://192.168.100.4:8080

Reference

About

A trip about learning gstreamer for streaming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published