Questions tagged [http-streaming]

HTTP server push (also known as HTTP streaming) is a mechanism for sending data from a web server to a web browser.

HTTP server push (also known as HTTP streaming) is a mechanism for sending data from a web server to a web browser.

More details at Wikipedia page on Push Technology

232 questions
0
votes
0 answers

MPMoviePlayerController won't load an HTTP audio stream

I'm trying to use an MPMoviePlayerController on iOS to play back an audio stream over HTTP. I've imported MediaPlayer.framework and used the code from MPMoviePlayerController's documentation, but I get no sound. MPMoviePlayerController *player…
Eric
  • 16,003
  • 15
  • 87
  • 139
0
votes
1 answer

Android video live streaming

I am in big trouble, I could not play m3u8 file in my android videoview but it is so easy in iPhone. I googled and visited several forums and all are saying that it is not possible. But I tried vitamio(http://vov.io/vitamio/) and it can stream for 5…
0
votes
1 answer

stream connection using httpwebrequest

I have created a httpwebrequest connection to a streaming API after trying a tTCPClient which just never ended up working. My concern is whether my code is correct and that I am actually reading in new data and that the connection is maintained.…
vbNewbie
  • 3,291
  • 15
  • 71
  • 155
-1
votes
1 answer

How do I stream content with Yaws?

I read about Yaws: streaming data to the client. I created a simple example shown below, but it doesn't work. I get an error and the process is dying. Here is my yaws-file: out(A) -> Self = self(), spawn(fun() -> …
Jonas
  • 121,568
  • 97
  • 310
  • 388
-2
votes
1 answer

HTTP Streaming with 4g connection

I need to be able to watch a stream being played in a local host port from the web. The situation:In my raspberry pi, I have a webcam video being streamed to a local port (localhost:8080/mystream), and it is a mjpeg video. I can't use VLC or ffmpeg…
-3
votes
1 answer

Decrypting AES encrypted .ts files

I want to simply decrypt the encrypted ts files using AES 128 bit encryption in Android. I know that If I play m3u8 then Player can take care of this but I want direct access of ts and want to play those individually so need to decrypt it before…
PGU
  • 495
  • 6
  • 21
-4
votes
1 answer

Android live audio streaming via RTP over own IP

How can I live stream the audio (RTP) of a phone's mic? I want to serve my stream on my own IP. Like: rtp://my_sream_ip:8080 (by acting as a server). Actually, I think the possible way is to: First: Create a server and On click of a button, stream…
Ravi
  • 372
  • 1
  • 7
  • 24
1 2 3
15
16