After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788043 - Streaming is not working with windows 7 64 bit system
Streaming is not working with windows 7 64 bit system
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: dont know
unspecified
Other Windows
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-22 11:53 UTC by prabakaran.v
Modified: 2017-12-01 00:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description prabakaran.v 2017-09-22 11:53:01 UTC
Hi,

I am trying to stream from my Linux embedded device to Windows 7 laptop. Streaming is not working at all. Please this is blocking for prodcution. Please help as soon as posssible 







Source command:

gst-launch-1.0 -v v4l2src device=/dev/video0 ! 'video/x-raw , width=(int)1920 , height=(int)1080 , format=(string)UYVY' ! nvvidconv ! 'video/x-raw(memory:NVMM) , width=(int)1920 , height=(int)1080 , format=(string)NV12' ! omxh264enc control-rate=2 bitrate=10000000 quality-level=2 profile=8 ! 'video/x-h264,stream-format=(string)byte-stream' ! rtph264pay pt=96 ! udpsink host=192.168.1.151 port=4000



Destination(Windows PC commands):

gst-launch-1.0.exe -v udpsrc port=4000 ! application/x-rtp,encoding-name=(string)H264,payload=(int)96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264 ! autovideosink sync=false
Comment 1 Tim-Philipp Müller 2017-09-22 12:01:59 UTC
Hello. This bug tracker is not a support forum. I would recommend you first take your question to the gstreamer-devel mailing list. When you do, you might want to mention how it "is not working" or failing.
Comment 2 Tim-Philipp Müller 2017-12-01 00:31:29 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment.
Thanks!