0
votes
1answer
28 views

Showing the audio player in Wordpress 3.5.1

I was trying to insert the mediaelement player in a page on Wordpress 3.5.1. According to the documentation I used the [audio src="file.mp3"] shortcode, but it doesn't seem to work. Nothing is ...
-3
votes
0answers
77 views

Play RTMP link in Android [closed]

Hi Guys I plan to play my RTMP stream from my app, but how can I do it?, I can open the stream in VLC or BSPlayer but How can I make it work in the app, standalone?. I plan to use a button and when ...
-2
votes
0answers
239 views

How to build an Internet Radio Stream Player App (pls, asx , ram) in Android

i am trying build an internet radio stream player application for Android. i was read many articles, questions, answers, comments. But anyone is not clear for understanding. Question is simple. If ...
0
votes
0answers
18 views

Web Player audio and title information

I have a custom built web player, that would take in streaming audio and publish title information. It takes in the title information from the server. My aim here is to get both the text and audio in ...
1
vote
1answer
166 views

android mediaplayer stream online mp3 file

i have android app stream mp3 file and play this file in player , but the problem is mediaPlayer.prepare(); take long time buffer and app freeze so i tried to use prepareAsync(); // but with this ...
1
vote
2answers
534 views

Android Stream Player

Its possible to make an android app to stream a file like this? mms://url/ROLI-ENC-XXXX
0
votes
0answers
126 views

Stream video from seed box in browser (flash/html5 player)

I can stream video from it in WMP on my computer but I cannot on Android/iPad due as it requires HTTP authentication. Any ideas?
1
vote
0answers
129 views

Is there an web flash player that streams sopcast live?

I search for a flash player who have the ability to stream for exp urls like sop://broker.sopcast.com I am not looking for plugins that I have to install on my pc to be abble to do that. So is there ...
0
votes
0answers
65 views

Red5 and OpenVideoPlayer error

I'm trying to use OVP and Red5 but the following error occures: [ERROR] [NioProcessor-1] org.red5.server.service.ServiceInvoker - Error executing call: Service: null Method: play Num Params: 3 0: ...
2
votes
3answers
334 views

Flash Player With Stream Selector

Hi I need flash player on my web site which will have stream selector if there are multiple streams available. see picture for clarity... is there any player supporting it?
1
vote
0answers
396 views

A flash player for .pls or .asx, or, .ram, or .qtl playlist?

Such as title, I need for a simple flash web player to stream audio in a playlist. I have 4 types of playlists: .pls, .asx, .ram, .qtl. How Can I do?
0
votes
2answers
2k views

Seeking video with VLC web player js

I'm trying to seek through an .avi file that is being streamed from a remote server via vlc plugin for firefox. I was trying to seek through the file. I know that if it is being streamed it could be ...
0
votes
0answers
3k views

Android: source code Streaming Media

I made a stream mediaplayer for Android but when I try to run it, I get errors. Can anyone help me? package vn.zing.mp3.utils; import java.io.ByteArrayOutputStream; import java.io.File; import ...
2
votes
3answers
607 views

Convert shoutcast stream to playable samples in Python?

I have a shoutcat radio station and now want to build a player for it. I know how to "get" thet stream from the server, thanks a lot to bobince , but I am not sure how to convert that stream into ...
0
votes
0answers
1k views

Play Shoutcast Radio stream in Python?

I know this is a second post on the same topic, but I am doing this in hopes of some help. I am trying to create a player for my Shoutcast internet radio station, but I can't seem to get anything to ...
1
vote
1answer
1k views

blackberry implement audio player

I am developing an application which let users to hear songs online. And I used Blackberry Player and Manager APIs. My application works fine and I can play songs. Now I wan't to add more controls to ...
1
vote
1answer
857 views

Playing multiple audio streams (mux) in silverlight

Is it possible to play a multiple audio streams (mux) in silverlight (at best simultaneous)? I need to implement a player that can load and play multiple tracks from the server together. The user can ...
0
votes
1answer
3k views

MediaPlayer does not show controls - problem with FF and IE. How to solve it?

I got this piece of code: <object id="MMPlayer1" codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 type=application/x-oleobject height=238 width=240 ...