Changes between Version 13 and Version 14 of linux/media


Ignore:
Timestamp:
08/26/2019 06:25:07 PM (5 years ago)
Author:
Cale Collins
Comment:

Added streaming wiki

Legend:

Unmodified
Added
Removed
Modified
  • linux/media

    v13 v14  
    407407# client on $SERVER:$PORT could be viewing via 'gst-launch-1.0 udpsrc port=5001 caps=application/x-rtp,payload=96 ! rtph264depay ! decodebin ! autovideosink'
    408408}}}
    409 
     409=== Stream
     410
     411* "gst-cariable-rtsp-server" is the recommended method to use for streaming video, you can download it from our [https://launchpad.net/~gateworks-software/+archive/ubuntu/packages PPA].
     412{{{#!bash
     413add-apt-repository ppa:gateworks-software/packages
     414apt-get install gst-gateworks-apps
     415}}}
     416* With this installed test with the following commands:
     417{{{#!bash
     418#on SBC
     419gst-variable-rtsp-server -p 9001 -u  "videotestsrc ! jpegenc ! rtpjpegpay name=pay0 pt=96"
     420#In this example a test source is used, this can be any source.  Other encoding methods can be used as well. 
     421}}}
     422{{{#!bash
     423#on Workstation
     424gst-launch-1.0 rtspsrc location=rtsp://192.168.1.1:9001/stream latency=10 ! decodebin ! autovideosink
     425}}}
     426 * **Note**: gst-variable-rtsp-server will display the IP 127.0.0.1 when it is launched, this IP is a hard-coded into a print statement in the program and is totally arbitrary—ignore it.
    410427
    411428=== Convert
     
    507524
    508525
     526
     527
    509528[=#edid]
    510529== EDID