![]() |
Re: How to install all video and audio codec
Quote:
|
Re: How to install all video and audio codec
Done some more testing now. First audio, I've tried aac, opus, ac3, vorbis, dts, mp3, alac and flac and I haven't had a single glitch with audio so far. And hopefully it stays that way. :)
Now for video, I've focused on three different formats, h264, xvid and vp8. H264 just seems to work and I haven't noticed any problems so far. With vp8 and xvid on the other hand there are problems with some files. If I take a legal example like BBB: This one works: http://video.webmfiles.org/big-buck-bunny_trailer.webm but this one doesn't: http://bennugd-vlc.googlecode.com/fi...unny_480p.webm And for xvid there's this one that doesn't work either: http://thepiratebay.se/torrent/53160...Rip.XviD-MEDiC And for other mpeg4 codecs this one works: http://download.blender.org/peach/bi...rround-fix.avi but this one doesn't: http://download.blender.org/peach/bi...80p_stereo.avi So to sum it up, there's something missing in the gstreamer pipeline for some files, possibly just a ffmpegcolorspace element. IIRC the jolla gstreamer dev has posted on TMO and if you want help with testing stuff but don't want to do it in the open due to legal reason you can pm me and we can take it from there. This bug is probably in opensource code but to find it in the huge qt codebase is not that easy if you don't know where to look. |
Re: How to install all video and audio codec
xvid codec is not included in SailfishOS because of patent license fees.
https://together.jolla.com/question/...etter-support/ |
Re: How to install all video and audio codec
Well, that much we know. Together with lots of other codecs. :)
|
Re: How to install all video and audio codec
Quote:
But we not solve "why not". We want solve "how we (community) do it". :) |
Re: How to install all video and audio codec
Interesting is:
- x264 video with AAC/AC3 stereo/6ch in MKV work fine. - FLAC stereo audio play fine. - x264 video with FLAC stereo/6ch in MKV => video without sound :) in both Gallery & LLs.vPlayer |
Re: How to install all video and audio codec
Shouldn't XviD play back just fine with standards compliant h.263 decoder? So no need for specific XviD decoder, just need to send XviD streams to the h.263 decoder. And Jolla should already have a h.263 decoder, at least mp4 files with h.263 play back fine.
|
Re: How to install all video and audio codec
Unfortunately not, it seems that there are lots of incompatible h263 type codecs.
|
Re: How to install all video and audio codec
MPEG-4 Part 2 (ASP, DivX, Xvid etc.) is only partially based on H.263.
|
Re: How to install all video and audio codec
when i try to read a .mov file from Iphone 4 it doesn't work with codec installed why?
How can i read it? |
Re: How to install all video and audio codec
The sink used for video playback does not do any rendering by itself. It just lets the application get hold of egl images so it can blit them.
The sink uses android GL drivers so not all color formats are supported. If someone wants to do a video player with GStreamer directly then I can help. Alternatively have a look at the sailfish media components RPM and there should be a video element that handles all this for you (not supported) EDIT: Yes we disabled a lot of codecs and we use AAC encoder only from gst-ffmpeg. The rest has been disabled because it's not needed and because of the limited codecs that we enable in our libav libav is used for thumbnailing, tracker indexing and some audio encoding and decoding. EDIT2: Gallery is not really crippled. The issue is tracker does not recognize all the formats because libav lacks support for them. |
Re: How to install all video and audio codec
I have a some problems.
1. Installed needed codecs from sailfish repo, def and LLS playrs start to play videos, but not good, always with green and red lines.. http://imageshack.com/a/img812/3541/e3ag.jpg 2. Most of my files come with 2 audio lines and default one is a translated to russian line. But after installation of all needed plagins, both players started to use the original english line instead translated. 3. I noticed that Filetug (file browser) app also have player and only this player can show the clear image, see screenshot. http://imageshack.com/a/img836/2118/f6y7.jpg But this player have another problems: * too much time to load video * not have stop/pause/play button * can't scroll video * you always see circle in the middle and the scroll line at the button Any advice, how to get clear image in def and lls players like in Filetug app? And how I can hear the translated audio line like before plugins installation? Thanks |
Re: How to install all video and audio codec
Quote:
Quote:
|
Re: How to install all video and audio codec
Quote:
Quote:
Quote:
|
Re: How to install all video and audio codec
Quote:
Here is an example: https://gitorious.org/cameraplus/cam...nderernemo.cpp You basically either set the egl-display when you create the element or you set it the first time you get a frame available signal. It does not matter. Quote:
|
Re: How to install all video and audio codec
Quote:
Quote:
* Messed up colors for many non h264 files, possibly fixed with a ffmpegcolorspace element * Lack of proper subtitle support, on/off, chose between multiple ones * Missing capability to chose between many audio tracks in video files Those three are the big ones I think. I know you're in the process of upgrading to gst-1 but still it would be nice if the messed up colors would be fixed. And to have an on/off switch for subtitles. Edit: Also MediaPlayer got pretty good support for metadata which you would have to deal with in another way if you use gstreamer directly. |
Re: How to install all video and audio codec
Quote:
I have recently rewrote an app of mine to not use QtMultimedia because it prevented me from supporting all the use cases I need. If it works for you then fine, use it! There is no xvimagesink in Sailfish as it's X11 specific and we use wayland. Quote:
Quote:
Quote:
All what I am saying is that I prefer GStreamer to QtMultimedia but it doesn't mean that the workd has to use it. It's just a matter of taste. |
Re: How to install all video and audio codec
I just tried to play a xvid file but suddenly it didn't work. Has Jolla somehow blacklisted mpeg4 codecs? VP8 works though. I also found this:
https://together.jolla.com/question/...stream-codecs/ Edit: Or is it the avi container? |
Re: How to install all video and audio codec
Any tips on how to get XviD support?
|
Re: How to install all video and audio codec
Anyone Know why before the 3 last updates I did watching mpeg without problems and now I can not???
They have modify something =?? |
Re: How to install all video and audio codec
@MSameer: would you be willing to help me get HLS going so I can do a native Plex app for Sailfish?
My GStreamer foo is weak :) //b0bben PS: Long-time (like 3 years back) lurker on TMO, developed apps on N9 and Sailfish. Author of Plex on AppleTV and many other contributions to Plex. Friends with Plex team since day 1. Jolla fan. Just registered :) |
Re: How to install all video and audio codec
Hello all,
i already asked in the Jolla Tablet experience Thread but unfortunately did not got an answer. Is there anything i have to consider with installing additional codecs to Jolla tablet? Has anyone tried alreadyl? Thanks very much in advance |
Re: How to install all video and audio codec
^^ reup
Can someone who has the tablet already help me with the 1st steps to install additional codecs on the tablets i486 architecture? Please :eek: Pretty please :D |
Re: How to install all video and audio codec
how can i install the codecs?ii did not understand
|
G.729
I've been busting my head for a few days trying to figure out how to make telepathy-rakia to see all gstreamer codecs. My particular interest is G.729. Do you have any clue whether some config file has to be modified? farstream seems to have it enabled but Wireshark says it's not offered by the phone:
cat /usr/share/farstream/0.1/fsrtpconference/default-codec-preferences ################ # Audio codecs # ################ [audio/SPEEX:8000] clock-rate=8000 [audio/SPEEX:16000] clock-rate=16000 [audio/AMR] [audio/G729] [audio/ILBC] Codec seems to be installed: gst-inspect-0.10 | grep 729 rtp: rtpg729depay: RTP G.729 depayloader rtp: rtpg729pay: RTP G.729 payloader |
Re: How to install all video and audio codec
Quote:
|
Re: How to install all video and audio codec
Quote:
Anyway, what should be done in theory with either gstreamer 0.10 or 1.0 to get G.729 in Telepathy? |
Re: How to install all video and audio codec
Since 2.0 SailfishOS uses gstreamer 1.2
I am not sure what telepathy utilizes |
Re: How to install all video and audio codec
There are some codecs compiled for the Tablet and avialiable on Openrepos now: https://openrepos.net/user/945/programs :)
|
Re: G.729
Quote:
I'm struggling to make VOIP calls work. I'm not able to make the sip client offer any codecs: Code:
Content-Type: application/sdp These are the codecs offered by my Asterisk PBX: Code:
Content-Type: application/sdp Regards. |
Re: How to install all video and audio codec
Hi.
I installed the following packages in order to be able to listen&speak: Code:
pkcon install pulseaudio-modules-nemo-record pulseaudio-modules-nemo-sidetone pulseaudio-modules-nemo-voice BTW: anybody knows the name of the nemo dialler's package. I would like to give it a try to put outgoing VOIP calls.... Regards. |
All times are GMT. The time now is 20:42. |
vBulletin® Version 3.8.8