Kodi Community Forum
[WINDOWS (all?)] ffmpeg mms streaming - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [WINDOWS (all?)] ffmpeg mms streaming (/showthread.php?tid=93973)

Pages: 1 2


[WINDOWS (all?)] ffmpeg mms streaming - Basje - 2011-02-12

today I tried streaming some mms streams with a recent GIT build (with ffmpeg included), and noticed that my XBMC keeps freezing and crashing. In the previous builds (where ffmpeg did not handle the mms streams) those streams worked fine.

This one for example:
http://asx.sbsnet.nl/veronicatv/wegm...2456e76879.wmv (or mms://pssbswm.fplive.net/pssbswm/w/veronicatv/wegmisbruikers_S00/wegmisbruikersveronica_S00E187_2456e76879.wmv)

Full log here: http://pastebin.com/A3Y2EDGu although I don't see strange things in there.

More streams can be found using the XOT-Uzg.v3 addon (http://www.rieter.net) and selecting any episode from the Veronica, SBS6 or beta.uitzendinggemist.nl channels.


- johoja - 2011-02-15

Yeah my mms streams are not working either, pherhaps ffmpeg part has not been fully put in to xbmc yet?

Has anyone got mms streams to work after libmms was removed?


- marirs - 2011-02-16

have the same problem. maybe ffmpeg isn't getting built correctly? are you guys on x86 or x64?


- johoja - 2011-02-16

marirs Wrote:have the same problem. maybe ffmpeg isn't getting built correctly? are you guys on x86 or x64?

I tried on linux it was a no go.


- spiff - 2011-02-20

pebkac. all given streams (with the exception of sbs6 where none will show in the list) works just fine.


- Basje - 2011-02-20

spiff Wrote:pebkac. all given streams (with the exception of sbs6 where none will show in the list) works just fine.

Well I just did a GIT build and they still all froze. Are you using my addon to test? All Dutch channels won't work. They lock up XBMC or just fail with a log message that they cannot be played.

What build did you use to test? To answer your question: I run an x64 Windows 7, but compile in a x86 Windows 7 virtual machine.


- spiff - 2011-02-21

yes i ran your maze of an add-on Wink

on linux though.


- Basje - 2011-02-21

spiff Wrote:yes i ran your maze of an add-on Wink

on linux though.

No maze, if you are Dutch and you run the Program version Big Grin. What build did you use of XBMC?

I will do a Pull and build a new one myself.


- johoja - 2011-02-22

I just tested a stream, it works in current Linux builds but not windows builds.

http://s20.vexcast.com/skdjnksjnd-vexcast.com

Works on Linux, but not Windows.

Trac ticket created: http://trac.xbmc.org/ticket/11241


- johoja - 2011-02-28

No one else have this problem?


- marirs - 2011-03-01

well I guess my build of ffmpeg isn't the problem because the problem remains with the official nightlies.


- Basje - 2011-03-01

marirs Wrote:well I guess my build of ffmpeg isn't the problem because the problem remains with the official nightlies.

Same here, tried all possible options. Non work under windows!


- johoja - 2011-03-03

I cherry picked this patch

http://git.ffmpeg.org/?p=ffmpeg.git;a=commitdiff;h=9ac2085dbf1821b7995fe360038c1bf0f3940032;hp=737eb5976f6a37703923ce3c3d5e6ca8eeabb43a

Seems to work now.


- marirs - 2011-03-03

thanks, works for me.


- queeup - 2011-03-03

https://github.com/xbmc/xbmc/blob/master/lib/ffmpeg/libavformat/os_support.c#L295

yes, please someone commit this to XBMC ffmpeg Smile