Questions tagged [strobe-media-playback]

Strobe Media Playback is an Open Source Media Framework (OSMF) based media player that you can quickly and easily integrate into your website.

Strobe Media Playback is an Open Source Media Framework (OSMF) based media player that you can quickly and easily integrate into your website. Strobe Media Playback comes with the predefined user interface and supports all the same video features as OSMF, including Progressive Download, RTMP streaming, Live Streaming, HTTP Dynamic Streaming and content protection with Adobe® Flash® Access™ 2.0. The interface can be controlled through HTML embed tags, including control of the player dimensions, setting auto start and auto hide behavior, full screen support, and much more.

Strobe Media Playback ("SMP") is great for bloggers, small business, and enterprise websites who want to get started with the best web-based video experience available. SMP handles much of the complexity of connecting to your source of video, giving your customers a high-quality video experience with an interface you control.

13 questions
2
votes
2 answers

Strobe Media Playback (OSMF) events

Does someone know if Strobe Media Playback (OSMF) has events like: Streaming is ended Streaming is started Streaming error in order to access it via JavaScript? I have tried this but no joy.
NoWar
  • 36,338
  • 80
  • 323
  • 498
1
vote
1 answer

How to use Strobe Media Playback with Codeigniter

I am trying to use the Strobe Media Playback plugin to play a video on my website. I am also using codeigniter framework for my site. The video that I am wanting to play is located in root>assets>videos>promo.mov. Below is what the object block…
speck1990
  • 127
  • 1
  • 12
1
vote
1 answer

Why is StrobeMediaPlayer.swf 253k in the "for Flash Player X" folder but 433k when compiled or in player/bin folder?

I have been trying to compile StrobeMediaPlayback from source; I've managed to compile the project using ANT with the Flex 4.5.1 or Flex 6 SDK and also successfully compiled using Flash Builder 4.5 (as recommended by the project). In all cases,…
potench
  • 3,802
  • 1
  • 28
  • 39
1
vote
2 answers

Playing flv files from Cloudfront/S3 with Strobe Media Playback

I'm using the OSMF's Strobe Media Playback player to try and play files from AWS Cloudfront/S3 The bucket is called ct.recorder. The cloudfront distribution is called 1dm7svtk8jb00c.cloudfront.net, and it's origin is ct.recorder. The video within…
user773737
1
vote
0 answers

I can't play a valid RTMP stream in OSMF

I'm building an application with an Strobe Media Playback in it and I can't play a RTMP stream. The weird thing here is that I can play the stream on JWPlayer and even in a simple Flash video player with the classic NetStream and NetConnection…
0
votes
1 answer

Where is StrobeMediaPlayback.swf in OSMF 2.0?

I just download the OSMF 2.0 zip on sourceforge (here) and there is no StrobeMediaPlayback.swf in the folder? I'm confused. Somebody can enlight me? Thanks,
GBMan
  • 475
  • 2
  • 4
  • 16
0
votes
1 answer

Play live streaming video in phonegap

I am trying to play live streaming video in phone gap using strobe player but when I am playing it shows nothing. I have no idea where is the error. I need to play live streaming video in strobe media playback my code is :
0
votes
2 answers

Catch flashvars in custom plugin for OSMF

I'm creating a custom plugin for OSMF, and trying to set it to work in Strobe Media Player set up example: http://projects.stanislavstankov.com/nsa/index2.html var parameters = { src: "nsa", autoPlay: "false", …
0
votes
1 answer

how to set a custom NetLoader for a f4melement in osmf

I'm doing a custom osmf player using HDS with adaptive bitrate playing f4m content. and I've been having some problems with the adaptive bitrate algorithm, it doesn't index a lower bitrate once that it reaches the highgest bitrate. so I found that…
0
votes
0 answers

strobe media player issue

i want to to play media files(video and audio) using strobe media player. this is the first time i'am using it. can anybody tell me whats the wrong here: widget('application.extensions.StrobeMediaPlayback.smp.StrobeMediaPlayback',array( …
Mohammad
  • 3,449
  • 6
  • 48
  • 75
0
votes
1 answer

Javascript events blocked by flashplayer

Is there any strategy to have an event (e.g. keyup) in a flash player with focus (user clicked into it / changed volume, whatever) still triggered in javascript without having to go into actionscripting? I've got a popup that's 100% filled by a…
peter
  • 2,103
  • 7
  • 25
  • 51
0
votes
2 answers

How do I access flashvars if I can't access the stage?

How do I access flashvars if I can't access the stage? I'm fiddling with the Open Source Media Framework's Strobe Media Playback player, and I'm trying to take a flashvar and put it in the package org.osmf.net.NetNegotiator. But the netNegotiator…
user773737
0
votes
1 answer

How to build strobe media player?

I downloaded and installed strobe media player from http://osmf.org/strobe_mediaplayback.html in my MAC. I need to do some debugging using console log statements. How do I build this?
Anonymous
  • 4,133
  • 10
  • 31
  • 38