Can't open saved stream file.

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Can't open saved stream file.

Tuğrul Eşin

Hello everybody.

 

I am trying save my live stream  , pi to Windows. Video file saved succesfuly but i cant play this file.

My scripts:

 

Pi:

raspivid -t 0 -h 720 -w 1276 -fps 25 -hf  -o - | gst-launch-1.0 -e fdsrc ! h264parse !  rtph264pay config-interval=1 pt=96 ! gdppay ! tcpserversink host=PI_IP_ADDRESS port=5000

 

Win:

 

gst-launch-1.0 -e tcpclientsrc host=10.10.10.188 port=5000 ! gdpdepay ! rtph264depay ! avdec_h264 ! videoconvert ! filesink location=C:\Users\bestm\Desktop\test.mp4

 

anyone help me ?

Sent from Mail for Windows 10

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Can't open saved stream file.

Stephenwei
gst-launch-1.0 -e tcpclientsrc host=10.10.10.188 port=5000 ! gdpdepay !
rtph264depay ! avdec_h264 ! videoconvert ! filesink
location=C:\Users\bestm\Desktop\test.mp4

avdec_h264 means decode the h264 data, so if you want to play this file, you
need to find the player can read the raw data.




-----
GStreamer is a convenient multimedia platform, I like it.
Develop the NVR system on ARM/x86(c/python)
Use python to generate NVR is crazy, of course works fine.

--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

RE: Re: Can't open saved stream file.

Tuğrul Eşin
In reply to this post by Tuğrul Eşin

Thank you for reply,

 

VLC play can read h264 but , it cant do this now. I want to just play my video.

 

Sent from Mail for Windows 10

 

From: [hidden email]
Sent: 20 Mart 2020 Cuma 16:45
To: [hidden email]
Subject: Re: Can't open saved stream file.

 

gst-launch-1.0 -e tcpclientsrc host=10.10.10.188 port=5000 ! gdpdepay !

rtph264depay ! avdec_h264 ! videoconvert ! filesink

location=C:\Users\bestm\Desktop\test.mp4

 

avdec_h264 means decode the h264 data, so if you want to play this file, you

need to find the player can read the raw data.

 

 

 

 

-----

GStreamer is a convenient multimedia platform, I like it.

Develop the NVR system on ARM/x86(c/python)

Use python to generate NVR is crazy, of course works fine.

 

--

Sent from: http://gstreamer-devel.966125.n4.nabble.com/

_______________________________________________

gstreamer-devel mailing list

[hidden email]

https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel