Tagged Questions
-3
votes
1answer
24 views
Android: Music Streaming Server [closed]
I want to setup a Music Media Server and want to access (play) audio files from Android.
Can anyone suggest good opensource Music Media Server... and How to access it from Android (since the Media ...
0
votes
0answers
33 views
Media transfer peer to peer
Assertion failed: (pool && src), function pjmedia_codec_param_clone, file ../src/pjmedia/codec.c, line 53.
Abort trap: 6
How to fix this problem, it comes when I am trying to run streamutil.c ...
0
votes
1answer
59 views
Streaming of HLS Content from Windows Azure
For the sake of argument, lets assume I have 5000 files that i've transcoded to HLS mp4s
I want to host them from Windows Azure, I don't think i can just put them in a CDN, do i need to host them ...
0
votes
1answer
110 views
audio streaming server
I'm a php developer, trying to develop a website to stream on-demand music to the users.
After a lot of googling I'm confused about which kind of server or tools should I use? I've seen some like ...
3
votes
1answer
96 views
how to play real time media on a webpage?
I am a bit confused in finding out a solution for my project.
My objective : To play real time audio/video on a webpage
What I am currently Doing:
I setup an XAMPP server
I setup the Windows Media ...
1
vote
1answer
298 views
Jersey REST support resume/media streaming
I need to support resume on Jersey REST, I'm trying to do it this way:
@Path("/helloworld")
public class RestServer {
@GET
@Path("say")
@Produces("audio/mp3")
public Response ...
0
votes
0answers
64 views
How can one achieve hotlink protection with IIS media services?
We're attempting to develop a media streaming solution with IIS media services as the streaming server. How can we prevent direct links to the media files?
An example of the idea can be found in ...
2
votes
1answer
836 views
Azure and live streaming
I'm trying to make a live video streaming with Azure but i realy don't know what i should try first.
First, a have a web site with a latest version of Flowplayer on it.
Now i need to know how to ...
1
vote
1answer
292 views
Media streaming on Windows 8
I am writing a Win8 app that consumes media stored back in Azure/Web Server. I want to secure the download of the media to folks which are authenticated for my Windows 8 App and/or stream it.
What can ...
0
votes
0answers
157 views
UDP streaming of media content over WIFI trouble [closed]
I am using vlc to stream media content over wireless network in scenario like this:
The bandwidth of wireless network is 54 Mb/s and UDP stream's required bandwidth is only 4 Mb/s; however there is ...
0
votes
1answer
401 views
RTSP protocol with .sdp streaming solution for android? [closed]
I am trying to make app which streams the live channels. Can any one help me to do this?
0
votes
0answers
61 views
Playing a media file audio/video as it is received
My application has two parts; a server and multiple clients.
This project has its implementation both on Windows(Swing) and Android.
The Server sends a song which a client receives and starts ...
0
votes
1answer
209 views
What is Smooth Streaming Media Element TotalBytesDownloaded
I want to know what is TotalBytesDownloaded field, in Microsoft.Web.Media.SmoothStreaming. MSDN conveniently states it as "The number of bytes downloaded.". But is it the number of video-bytes ...
0
votes
0answers
51 views
Stream byte array media
On iOS / iPhone : If I have only a file's byte array coming through network (in multiple parts) (and I know the file's name), is it possible to play that file before it got fully downloaded/meanwhile ...
0
votes
2answers
339 views
Opening a live media stream using C/C++
Can anyone tell me how to open a mms:// live media stream using C/C++. I am trying to do this for days. but can not find any book regarding these information.
Please suggest any book or any helpful ...
1
vote
0answers
358 views
http media streaming over https by MVMoviePlayerViewController for iphone
I want to implement a function of http media streaming over https by MVMoviePlayerViewController. I try to access https server by NSURLConnection then open media by MVMoviePlayerViewController. I can ...
-1
votes
1answer
218 views
Streaming to adobe media server [closed]
i have adobe media server on my laptop. I want to stream videos to it from some other laptop. How can i do this?
0
votes
1answer
353 views
Embed flash objects using Android
Does anyone know a method to communicate commands and receive events from flash objects using Android?
Flash media objects are quite handy for handling online media streams and I am wondering if we ...
2
votes
1answer
587 views
Flash Media Server live streaming with multiple video files
I am using Flash Media server 4.5 and i read the tutorial if i want to stream the live feed, i may need to use the media live encoder. but what i found in media encoder is i have to manually setup ...
0
votes
1answer
316 views
Orb Alternative for playing media on-the-go with mobile devices
I have a collection of legitimate media files (movies, songs, etc) which I have purchased over the years. I used to use Orb (www.orb.com), which would catalog all of the media files on my server, and ...
0
votes
1answer
479 views
Video-Streaming (hosting) for e-learning website
I'm trying to figure out what would be the best way to fulfill following requirements for an e-learning platform.
Backend in which I edit the videos, so that I can link them among themselves (like ...
2
votes
1answer
1k views
Streaming video through RTSP
I am trying to stream videos to Android via RTSP. The streaming works very well on Android 3.0 but for other lower versions the videos doesn't play.
I went through this link ...
2
votes
1answer
423 views
Send intent to a media player app with an InputStream
After lots of searching I didn't find any answer how to solve the problem described in the title.
I want to send intent to the system in order to play some media. It can be everywhere, in an ...
1
vote
1answer
659 views
live555 problem while streaming over the internet
I've compiled with VS the live555 source code, and it works just fine if I try to stream locally a file
e.g.
Command Line:
live555.exe myfile.mp3
VLC Connection String
...
1
vote
2answers
903 views
CakePHP: media views for mp3 files streamed with flash player
I have a page with a audio flash player that streams several mp3 files. This player uses an XML file that has the path of all those files, which are in a audio folder in the webroot directory.
What I ...
0
votes
1answer
1k views
Android Add Link To Button
I am working on an app that links to a video and a website in the same view. The problem I am having is how to link the video and the link at the same time to separate views. This is what I have so ...
0
votes
2answers
4k views
Is android able to stream .m3u8 file?
I'm trying to stream .m3u8 file using media player for android. but it seems the media player failed to fetch the playlist:
error log:
08-28 13:40:48.358: ERROR/LiveSession(8804): unable to fetch ...
0
votes
0answers
269 views
Stream continuous media stream to android
Basically what I need to do is stream a continuous AAC format music stream to android.
I have already got this working using the script found here: ...
0
votes
0answers
184 views
VOD home server [closed]
I would like to setup a Video on Demand server for the building I live in. We have a bunch of old movies that we would like to setup as a Video on Demand. Ideally every apartment would have 2-3 ...
0
votes
1answer
228 views
Yahoo Media Player (browser streaming solution)
Can anyone provide help in this regards, i want to place an input field where i can enter url of song (each time different) and a submit button, upon submit
song name appear with yahoo media player ...
2
votes
1answer
915 views
How to make Tomcat stream media?
I am entirely new to streaming implementation. I have developed some RESTful web services using Jersey/Tomcat. There are few cases where I need to send audio/video files to the clients, which uptil ...
1
vote
1answer
583 views
Display Buffering while Radio Station loads in Android application
I am making a Radio application in android. I am facing a peculiar problem. I know this could be as easy but just not able to figure out how to do this. I am sure somebody would have faced a similar ...
1
vote
2answers
587 views
Media Player Requirements in Android
I am developing a media player application in Android. Its a bit of a lengthy explanation, but please go through it & suggest a solution
The application has a first screen that displays a list of ...
3
votes
1answer
2k views
Streaming synchronized media to multiple devices over WiFi
I want to stream synchronized media to multiple devices (also called multi-room audio), similar to what is done with Sonos or AirPlay. I figured this would be easy to do using RTP multicast, as you ...
1
vote
1answer
472 views
Android media streaming/incremental download question
I'm currently developing an application that uses Android's MediaPlayer setDataSource(url) method to play SHOUTCast streams. I'm in the process of switching the current code from using the ...
2
votes
1answer
3k views
How to build a media streaming server [closed]
We'd like to build a media streaming server and would like to know the strategies when it comes to choose the hardware and software.
Some of our requirements:
We host everything ourselves
...
0
votes
1answer
385 views
iPhone: Anyway of streaming WMA?
Does anyone have a solution or a possible open library that can be used to stream WMA radio station streams on iPhone?
I know for a fact that there are Apps out which are able to do this.
Any ...
0
votes
1answer
55 views
How do I jump to specific time with duration of an IIS streamed video in iOS?
If I have a video streaming server (e.g. IIS Media Services) with a live video streaming, I want the user to select from a list of interesting parts of that video and then play just that bit.
For ...
0
votes
2answers
809 views
Stremaing a wav file to embedded Windows Media Player (wmp)
I have some questions about wav files (located in virtual directory in IIS) and streaming to an ASP.NET web page with an embedded Windows Media Player.
1) Is the wav file streamed or does playback ...
0
votes
2answers
550 views
Dynamic Transcoding and streaming
im trying to work out the best way to have my site dynamicly transcode and stream video files to users who are mostly on mobile devices, site is php/mysql based and running on a windows 2003 server ...
0
votes
1answer
704 views
How to stream media playing in songbird?
Songbird is an open source media player with lot of plugins. I want to broadcast media playing on my songbird over a network. Kindly, do not suggest me using another player.
3
votes
2answers
6k views
Implementing Apple's HTTP Live Streaming - problem with mediafilesegmenter tool
I have MAC OS 10.6 (Snow Leopard) and according to Apple's guide on HTTP Live Streaming, the mediafilesegmenter tool should be there in /usr/bin/ directory but it isnt. There is only the ...
0
votes
2answers
628 views
Streaming Media Server and Hosting
My partner and I have a webcam site that basically runs the old-school method....Every 0.5 seconds the javascript reloads the image in the browser from the webcam. However we are wanting to upgrade ...
1
vote
1answer
183 views
Reasons to use RTP when streaming a pre-existing file?
The only reason I could think of for using RTP to transfer a pre-existing file is if you're trying to monitor the amount of time a user is streaming the file, like if you're running a time-based ...
1
vote
1answer
489 views
Silverlight: Expose audio with specific start and stop times
From an audio-file I want to be able to expose audio on a webpage, but between specific start and stop times.
Say I have a audio-file that is 45:30, for example, and I want to expose it for streaming ...
1
vote
1answer
392 views
How could I download an mms audio stream in Ruby?
I would like to access an mms:// url, and stream the file in ruby. For example,
in the same way that Net:HTTP works for http:// type urls.
0
votes
1answer
658 views
any experts of Windows Media Service
anyone know whether Windows Media Service supports streaming flv on Windows Server 2003? I tried but failed to find any claim documents.
...
2
votes
3answers
961 views
Open Source Web Service/WCF media streamer
Does anyone know of an open source web service/wcf service that can stream media content to clients? In particular I am looking for something that could access my music collection and stream it to a ...
