Cant play kaffeine recordings m2t-files

Bug #268892 reported by desmane
2
Affects Status Importance Assigned to Milestone
Moovida
Fix Released
Medium
Olivier Tilloy

Bug Description

Hi,

using Kubuntu 8.04 / KDE 3.59
Linux + 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686 GNU/Linux
Elisa version 0.5.9

Ive installed Elisa, ugly bad good plugins, elisa python and gstreamer0.10*

I cant play any m2t-files recorded DVB-T with kaffeine (using xine though). I think it is something like mpeg (?)
I can't see the files in elisa (because of the file extension, can I add them somewhere in the confs?), I renamed them to *.mpeg, I can select them but see the first image of the video only. Very Sad :)

Hope this gets fixed, I need this app ;-) ..and thanks for reading this!
Greetz.

Tags: fix-verified

Related branches

Revision history for this message
Olivier Tilloy (osomon) wrote :

Gstreamer should be able to play .m2t files (MPEG TS). Can you play them using another gstreamer based player such as totem-gstreamer?

Changed in elisa:
milestone: none → 0.5.x
Revision history for this message
desmane (spmbx) wrote :

the files play perfectly fine with other gstreamer based applications. I've forgotten to mention that this happens due to the latest update from 0.5.8 to 0.5.9 (via apt-get, using "deb http://ppa.launchpad.net/elisa-developers/ubuntu hardy main")

Revision history for this message
desmane (spmbx) wrote :
Download full text (3.5 KiB)

I can't read those lines but this is what the terminal says (starting elisa only)

andi@andibuntu:~$ elisa
WARN MainThread plugin_registry Sep 12 22:44:43 plugin conflict elisa-plugin-coherence 0.1 (elisa/core/plugin_registry.py:220)
WARN MainThread gst_metadata_slave_process_protocol Sep 12 22:44:45 Starting Slave-2 on unix:/tmp/elisa-metadata-gHpSLl.socket launching elisa.plugins.gstreamer.amp_slave.run_slave
(Slave-2 stdout) (elisa/plugins/amp/master.py:54)
WARN MainThread gst_metadata_slave_process_protocol Sep 12 22:44:46 /usr/lib/python2.5/site-packages/elisa/core/utils/classinit.py:34: UserWarning: ClassInitMeta class is deprecated
  warn("ClassInitMeta class is deprecated")
(Slave-2 stderr) (elisa/plugins/amp/master.py:57)
WARN MainThread resource_manager Sep 12 22:44:47 Creating wmd.wmd_resource:WMDResource failed. A full traceback can be found at /tmp/elisa_uibCLb.txt (elisa/core/manager.py:83)
WARN coherence Sep 12 22:44:48 Coherence UPnP framework version 0.5.8 starting... (coherence/base.py:251)
WARN webserver Sep 12 22:44:48 WebServer on port 38436 ready (coherence/base.py:106)
WARN MainThread resource_manager Sep 12 22:44:48 Creating smbwin32.smbwin32_resource:SmbWin32Resource failed. A full traceback can be found at /tmp/elisa_hqDxnW.txt (elisa/core/manager.py:83)
WARN MainThread service_manager Sep 12 22:44:51 Creating osso.osso_service:OssoService failed. A full traceback can be found at /tmp/elisa_5QAVDZ.txt (elisa/core/manager.py:83)
WARN MainThread service_manager Sep 12 22:44:51 Creating gnome.gnome_screensaver_service:GnomeScreensaverService failed. A full traceback can be found at /tmp/elisa_tiugJ5.txt (elisa/core/manager.py:83)
WARN MainThread input_manager Sep 12 22:44:51 Creating winremote.streamzap_input:StreamzapInput failed. A full traceback can be found at /tmp/elisa_rM6iF6.txt (elisa/core/manager.py:83)
WARN MainThread input_manager Sep 12 22:44:51 Creating lirc.lirc_input:LircInput failed. A full traceback can be found at /tmp/elisa_o_8HNu.txt (elisa/core/manager.py:83)
WARNING:root:Cannot find resource file: /usr/lib/python2.5/site-packages/elisa/plugins/poblesec/widgets/resources.conf
WARN MainThread gst_metadata_slave_process_protocol Sep 12 22:44:55 Starting Slave-6 on unix:/tmp/elisa-metadata-ZcibN9.socket launching elisa.plugins.gstreamer.amp_slave.run_slave
(Slave-6 stdout) (elisa/plugins/amp/master.py:54)
WARN MainThread gst_metadata_slave_process_protocol Sep 12 22:44:55 /usr/lib/python2.5/site-packages/elisa/core/utils/classinit.py:34: UserWarning: ClassInitMeta class is deprecated
  warn("ClassInitMeta class is deprecated")
(Slave-6 stderr) (elisa/plugins/amp/master.py:57)
WARN MainThread local_resource ...

Read more...

Revision history for this message
desmane (spmbx) wrote :

I've checked again, now it works.. but where can I add the file extension?

Revision history for this message
Michał Sawicz (saviq) wrote :

WARN MainThread local_resource Sep 12 22:45:05 Skipping 10 - Expos�.mp3: 'utf8' codec can't decode byte 0x82 in position 10: unexpected code byte (elisa/plugins/base/local_resource.py:124)

Says you have problems with your filenames (they're named wrong), not with elisa.

What do you mean 'add the file extension'?

Revision history for this message
desmane (spmbx) wrote :

thanks a lot for your quick reply,

kaffeine records my video shows and makes m2t-files (mpeg ts) - there is no option to change that. I can play them with elisa, but I have to change the file extension to something like mpeg (after the recording is done though), otherwise elisa says there is no video files in the folder.
I thought there might be a way to add the file extension m2t somewhere so that those files get displayed in the video section/folder of elisa as well. Any ideas?

I attached the elisa.conf just in case..

Revision history for this message
Michał Sawicz (saviq) wrote :

AFAIK you need to take this to gstreamer guys, as gstreamer is the one that's responsible for file type determination, so it's gstreamer that needs to notice the m2t files.

Revision history for this message
desmane (spmbx) wrote :

thanks - that makes sense. But Gstreamer is big - why not put an option like showallfiles in the elisa.conf

[[file:///pathtovideofiles]]
label = 'AllFiles'
only_media = ['video']
location_type = 'local'
ShowAllFiles=true

Revision history for this message
Michał Sawicz (saviq) wrote : Re: [Bug 268892] Re: Cant play kaffeine recordings m2t-files

Dnia 2008-09-14, nie o godzinie 10:09 +0000, desmane pisze:
> thanks - that makes sense. But Gstreamer is big - why not put an
> option like showallfiles in the elisa.conf

And what would Elisa do with them if gstreamer wouldn't recognize the
file anyway?

--
Michal Sawicz <email address hidden>

yyoyo (lionel.martin)
Changed in elisa:
milestone: 0.5.x → 0.6.x
Revision history for this message
desmane (spmbx) wrote :

"I can play them with elisa, but I have to change the file extension to something like mpeg (after the recording is done though), otherwise elisa says there is no video files in the folder."

Revision history for this message
desmane (spmbx) wrote :

...in the latest upgrade of elisa I can play m2t-files through the recently added or never played functions, but still no files in my video folders. thats a bug!

Revision history for this message
Olivier Tilloy (osomon) wrote :

@desmane: do you still experience the bug with the latest Moovida (1.0.7)?
If so, is there a way you could provide us an example (small) m2t file?

Revision history for this message
desmane (spmbx) wrote :

thanks for asking, ill test and get back to you soon

2009/10/22 Olivier Tilloy <email address hidden>

> @desmane: do you still experience the bug with the latest Moovida (1.0.7)?
> If so, is there a way you could provide us an example (small) m2t file?
>
> --
> Cant play kaffeine recordings m2t-files
> https://bugs.launchpad.net/bugs/268892
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Moovida (formerly Elisa), a universal and user-friendly media
> center: New
>
> Bug description:
>
> Hi,
>
> using Kubuntu 8.04 / KDE 3.59
> Linux + 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686
> GNU/Linux
> Elisa version 0.5.9
>
> Ive installed Elisa, ugly bad good plugins, elisa python and gstreamer0.10*
>
> I cant play any m2t-files recorded DVB-T with kaffeine (using xine though).
> I think it is something like mpeg (?)
> I can't see the files in elisa (because of the file extension, can I add
> them somewhere in the confs?), I renamed them to *.mpeg, I can select them
> but see the first image of the video only. Very Sad :)
>
>
> Hope this gets fixed, I need this app ;-) ..and thanks for reading this!
> Greetz.
>

Revision history for this message
Olivier Tilloy (osomon) wrote :

@desmane: did you get a chance to test this?

Revision history for this message
desmane (spmbx) wrote :

yes

sorry I am late

videos are shown in unclassified videos
playpack with gstreamer does work, seeking takes quite long though (xine seems to be working better for mpeg/dvb recordings)

thanks

Revision history for this message
desmane (spmbx) wrote :

sample file m2t, recorded with kaffeine Version 1.0-pre2

Revision history for this message
laura burbaite (lburbaite) wrote :

Update: Tested with the provided .m2t file in Linux 9.10 Playback worked.

Revision history for this message
desmane (spmbx) wrote :

why are those files in unclassified videos??

Revision history for this message
Olivier Tilloy (osomon) wrote :

I can confirm that the provided example file is not recognized by the filesystem browser, but is correctly displayed in the Unclassified Videos section.

@desmane: all videos belong to one of the following sections:
 - movies
 - TV shows
 - unclassified

If for some reason Moovida doesn't recognize a video file as either a movie or an episode of a TV show, then this video will appear in the unclassified section.

Changed in moovida:
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Olivier Tilloy (osomon) wrote :

Trivial patch submitted for review at https://www.moovida.com/quality/review/request/%<email address hidden>%3E.

Changed in moovida:
assignee: nobody → Olivier Tilloy (osomon)
status: Confirmed → In Progress
Olivier Tilloy (osomon)
Changed in moovida:
milestone: none → 1.0.9
status: In Progress → Fix Committed
Changed in moovida:
milestone: 1.0.9 → bug-fixing-day
Changed in moovida:
milestone: bug-fixing-day → 1.0.9
Olivier Tilloy (osomon)
Changed in moovida:
status: Fix Committed → Fix Released
tags: added: fix-verified
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.