Not able to play some of 3gp files

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

Not able to play some of 3gp files

qwerty-1

Hi All,

I have made a small programe to stream 3gp files on network using gstreamer.
But i am not able to stream all the 3gp files. After debugging, i have found
that gstreamer is not sending
GST_MESSAGE_ASYNC_DONE & GST_MESSAGE_NEW_CLOCK events to app for those 3gp
files that it is not able to play. I tried lot to figure out the reason for
the same. But i could not succeed.  Please help me out by telling the reason
for the same.

PS: 3GP files that are not working with gstreamer, are working fine using
VLC and other Media players.

Thanks
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Not-able-to-play-some-of-3gp-files-tp3225499p3225499.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Not able to play some of 3gp files

Tim-Philipp Müller-2
On Thu, 2011-01-20 at 04:25 -0800, qwerty-1 wrote:

> I have made a small programe to stream 3gp files on network using gstreamer.
> But i am not able to stream all the 3gp files. After debugging, i have found
> that gstreamer is not sending
> GST_MESSAGE_ASYNC_DONE & GST_MESSAGE_NEW_CLOCK events to app for those 3gp
> files that it is not able to play. I tried lot to figure out the reason for
> the same. But i could not succeed.  Please help me out by telling the reason
> for the same.

You don't say anything about your pipeline, nor did you attach your
code.

Does

    gst-launch-0.10 playbin2 uri=file:///path/to/foo.3gp

work (replace with appropriate uri if not local files)? If not, what's
the output?

Do you get any GST_MESSAGE_ERROR messages on the bus?

What's the URI that fails? (if it's public)

Cheers
 -Tim


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel