Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regression on dual-pipeline UDP in video-stream.sh #6

Open
bvacaliuc opened this issue Apr 25, 2021 · 0 comments
Open

regression on dual-pipeline UDP in video-stream.sh #6

bvacaliuc opened this issue Apr 25, 2021 · 0 comments

Comments

@bvacaliuc
Copy link
Contributor

A recent inquiry had this call as input:

UDP_HOST=172.18.1.29 UDP_PORT=5600 UDP_IFACE=enp6s0 ./video-stream.sh 1280 720 15 1800 rtmp://video.blahblah.com:1935/live/BLAH testpi encd,h264,rtmp,udp,debug

An ELP camera was available on USB. It was correctly discovered and the H.264 interface selected, but the the pipeline produced was:

 v4l2src device=/dev/video1 io-mode=mmap !  ! "video/x-h264,stream-format=(string)byte-stream,width=(int)1280,height=(int)720,framerate=(fraction)15/1" ! h264parse ! queue max-size-buffers=0 max-size-bytes=0 max-size-time=134000000 min-threshold-buffers=1 leaky=upstream ! mux.video flvmux streamable=true name=mux ! rtmpsink location="rtmp://video.blahblah.com:1935/live/BLAH/testpi live=1 flashver=FME/3.0%20(compatible;%20FMSc%201.0)"

Which has the following problems:

  • there is an extra ! in fromt of the caps line
  • there is no tee, which would have been expected with both rtmp,udp in the flags
bvacaliuc pushed a commit that referenced this issue Apr 25, 2021
… output - use a progressreport block as a pass-thru; Refs #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant