I know the objectcodes changed from versie 2.3.x to 3.x. I'm on 2.3.x and would like to use 3.x objectcodes, could someone please share them?
My goal is to offer a single H264/ACC video and use the same video in html5 (over http / mod_h264) and flash fallback (over rtmp / wowza) mode. I'm looking for objectcode, player, URI, PATH, TICKET and container settings.
Comments
Tom, You can easily check the
Posted by forgacs on March 14th, 2012 - 10:46Tom, You can easily check the 3.x streaming server object code. You just should install a MediaMosa 3.x locally.
Could you please paste yours,
Posted by UvA-Tom on March 14th, 2012 - 12:51Could you please paste yours, it takes quite some time to do an install.
Or do you know where it is defined in the source code so I can find it in on github?
Tom, you can find them here:
Posted by forgacs on March 14th, 2012 - 12:57Tom, you can find them here: sites/all/modules/madcap/core/server/mediamosa_server.install.inc
Where you see this:
url('', array('absolute' => TRUE))
It means you should put there the (absolute) URL of your MediaMosa installation.