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 419794 - Totem cannot play ASF Video
Totem cannot play ASF Video
Status: RESOLVED DUPLICATE of bug 403188
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-18 16:57 UTC by Sebastien Bacher
Modified: 2007-03-28 22:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
For the .asf as mentioned in the bug. (28 bytes, application/x-gzip)
2007-03-20 18:07 UTC, G. Ronsmans
Details
My dbg.log (isn't empty) (4.69 KB, application/x-gzip)
2007-03-21 20:20 UTC, Andreas Schildbach
Details

Description Sebastien Bacher 2007-03-18 16:57:30 UTC
The bug has been opened on https://launchpad.net/bugs/93415

"Binary package hint: totem

Totem on Feisty Herd 5 (+ apt-get dist-upgrade) cannot play the attached ASF, although Feisty automagically installs some codecs when trying. It can be perfectly played by mplayer though.

Totem does not even present an error, but "just hangs there" with no picture and no sound.

http://librarian.launchpad.net/6851701/PICT1082.ASF
the video is a bit dark (no error)"
Comment 1 Tim-Philipp Müller 2007-03-19 13:01:18 UTC
This appears to play fine for me with cvs of things.

Could you create a debug log for gst-launch:

 $ export GST_DEBUG_NO_COLOR=1
 $ GST_DEBUG=asfdemux:5 gst-launch-0.10 playbin uri=file:///path/to/file.asf 2>dbg.log
 ... control-C after a while ...
 $ gzip dbg.log

and attach dbg.log.gz please?

Comment 2 G. Ronsmans 2007-03-20 18:07:17 UTC
Created attachment 84991 [details]
For the .asf as mentioned in the bug.

On some .asf files it reports no installed codec, on other the application stalls.
Comment 3 Andreas Schildbach 2007-03-20 23:46:51 UTC
If the video file is in my current directory, what's exactly the syntax of the uri parameter?

Those three tries to not seem to make the trick, but there are different errors:

~/Desktop$ GST_DEBUG=asfdemux:5 gst-launch-0.10 playbin uri=file://PICT1082.ASF
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /playbin0/source: Could not open resource for reading.
Additional debug info:
gstgnomevfssrc.c(865): gst_gnome_vfs_src_start (): /playbin0/source:
Could not open vfs file "file://pict1082.asf" for reading: Invalid URI (13)
Setting pipeline to NULL ...
FREEING pipeline ...

~/Desktop$ GST_DEBUG=asfdemux:5 gst-launch-0.10 playbin uri=file:///PICT1082.ASF
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /playbin0/source: Resource not found.
Additional debug info:
gstfilesrc.c(976): gst_file_src_start (): /playbin0/source:
No such file "/PICT1082.ASF"
Setting pipeline to NULL ...
FREEING pipeline ...

~/Desktop$ GST_DEBUG=asfdemux:5 gst-launch-0.10 playbin uri=file:PICT1082.ASF
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /playbin0: Invalid URI "file:PICT1082.ASF".
Additional debug info:
gstplaybasebin.c(1556): gen_source_element (): /playbin0
Setting pipeline to NULL ...
FREEING pipeline ...

There is one more observation: When I get the properties with the context menu of the video file, there is the message "Creating properties window.", never disappearing until I cancel.
Comment 4 Tim-Philipp Müller 2007-03-21 09:43:15 UTC
> If the video file is in my current directory, what's exactly the syntax of the
> uri parameter?

The URI parameter has to be an absolute path, so e.g.

  uri=file:///home/andreas/Desktop/PICT1082.ASF


> There is one more observation: When I get the properties with the context menu
> of the video file, there is the message "Creating properties window.", never
> disappearing until I cancel.

That would be the same issue as the video not starting to play.
Comment 5 Tim-Philipp Müller 2007-03-21 09:50:13 UTC
(In reply to comment #2)
> Created an attachment (id=84991) [edit]
> For the .asf as mentioned in the bug.
> 
> On some .asf files it reports no installed codec, on other the application
> stalls.

this log file seems to be completely empty. What's the output of these commands on your system?

 $ gst-inspect-0.10 | grep asf

 $ gst-inspect-0.10 asfdemux | grep Version


Comment 6 Andreas Schildbach 2007-03-21 20:20:47 UTC
Created attachment 85073 [details]
My dbg.log (isn't empty)
Comment 7 Andreas Schildbach 2007-03-21 20:22:01 UTC
$ gst-inspect-0.10 | grep asf
typefindfunctions: video/x-ms-asf: asf, wm, wma, wmv
asf:  asfdemux: ASF Demuxer

$ gst-inspect-0.10 asfdemux | grep Version
  Version:              0.10.5
Comment 8 Andreas Schildbach 2007-03-28 18:16:02 UTC
Any idea what's wrong here?
Comment 9 Tim-Philipp Müller 2007-03-28 22:28:38 UTC
> Any idea what's wrong here?

Yep, it's a bug that's been fixed in -ugly CVS. Thanks for the log.

 

Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 403188 ***