Playing output through VLC [SEC=UNCLASSIFIED]

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

Playing output through VLC [SEC=UNCLASSIFIED]

Durrand, Paul (Contractor)
Playing output through VLC [SEC=UNCLASSIFIED]

Hi,

I am new to Gstreamer and trying to get my head round it. Ultimately I have to develop an driver which will use Gstreamer pipelines to read and write mpegts files which contain KLV within data stream. At the moment however, I am just trying to learn how to put pipelines together using gst-launch. Once this is happy I'll try converting that into code.

My problem at the moment is trying to get a basic output video which will play on a couple of media players. I have used the commands below to create an mpegts and this will play happily using FFPLAY, however with VLC it will simply show a blank screen.


gst-launch-0.10 -e videotestsrc ! video/x-raw-yuv ! ffenc_mpeg2video ! ffmux_mpegts ! filesink location=test.ts

I have tried replacing ffmux_mpegts with flutsmux to no avail.

Can anyone point me in the right direction?

Many thanks,
Paul

IMPORTANT: This email remains the property of the Department of Defence and is subject to the jurisdiction of section 70 of the Crimes Act 1914. If you have received this email in error, you are requested to contact the sender and delete the email.


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

Re: Playing output through VLC [SEC=UNCLASSIFIED]

Sudarshan Bisht
Hi,

Try this ,
gst-launch-0.10  -e videotestsrc   !  videorate  !  ffenc_mpeg2video  !  mpegtsmux  !  filesink location=test.ts 

 
On Wed, Jul 13, 2011 at 4:54 AM, Durrand, Paul (Contractor) <[hidden email]> wrote:

Hi, 

I am new to Gstreamer and trying to get my head round it. Ultimately I have to develop an driver which will use Gstreamer pipelines to read and write mpegts files which contain KLV within data stream. At the moment however, I am just trying to learn how to put pipelines together using gst-launch. Once this is happy I'll try converting that into code.

My problem at the moment is trying to get a basic output video which will play on a couple of media players. I have used the commands below to create an mpegts and this will play happily using FFPLAY, however with VLC it will simply show a blank screen.


gst-launch-0.10 -e videotestsrc ! video/x-raw-yuv ! ffenc_mpeg2video ! ffmux_mpegts ! filesink location=test.ts

I have tried replacing ffmux_mpegts with flutsmux to no avail.

Can anyone point me in the right direction?

Many thanks,
Paul

IMPORTANT: This email remains the property of the Department of Defence and is subject to the jurisdiction of section 70 of the Crimes Act 1914. If you have received this email in error, you are requested to contact the sender and delete the email.


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




--
Regards,

Sudarshan Bisht

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

RE: Playing output through VLC [SEC=UNCLASSIFIED]

Durrand, Paul (Contractor)

UNCLASSIFIED

Thanks Sudarshan, that worked a treat.
 
Paul

IMPORTANT: This email remains the property of the Department of Defence and is subject to the jurisdiction of section 70 of the Crimes Act 1914. If you have received this email in error, you are requested to contact the sender and delete the email.


From: gstreamer-devel-bounces+paul.durrand=[hidden email] [mailto:gstreamer-devel-bounces+paul.durrand=[hidden email]] On Behalf Of sudarshan bisht
Sent: Thursday, 14 July 2011 5:24 AM
To: Discussion of the development of and with GStreamer
Subject: Re: Playing output through VLC [SEC=UNCLASSIFIED]

Hi,

Try this ,
gst-launch-0.10  -e videotestsrc   !  videorate  !  ffenc_mpeg2video  !  mpegtsmux  !  filesink location=test.ts 


On Wed, Jul 13, 2011 at 4:54 AM, Durrand, Paul (Contractor) <[hidden email]> wrote:

Hi, 

I am new to Gstreamer and trying to get my head round it. Ultimately I have to develop an driver which will use Gstreamer pipelines to read and write mpegts files which contain KLV within data stream. At the moment however, I am just trying to learn how to put pipelines together using gst-launch. Once this is happy I'll try converting that into code.

My problem at the moment is trying to get a basic output video which will play on a couple of media players. I have used the commands below to create an mpegts and this will play happily using FFPLAY, however with VLC it will simply show a blank screen.


gst-launch-0.10 -e videotestsrc ! video/x-raw-yuv ! ffenc_mpeg2video ! ffmux_mpegts ! filesink location=test.ts

I have tried replacing ffmux_mpegts with flutsmux to no avail.

Can anyone point me in the right direction?

Many thanks,
Paul

IMPORTANT: This email remains the property of the Department of Defence and is subject to the jurisdiction of section 70 of the Crimes Act 1914. If you have received this email in error, you are requested to contact the sender and delete the email.


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




--
Regards,

Sudarshan Bisht

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