Video Streaming over HTTP in Windows Phone 8 - windows-phone-8

I am trying to work on getting Video Streaming over HTTP in a windows phone 8 application.
These are the issues that i am facing,
Unable to stream video using the MediaElement.
unable to Stream video using the player framework by microsoft.
Things to be noted here, i am not using the IIS oriented servers.
The above will well when i hard code the server details from my local machine or isolated storage. But this does not work through HTTP.
Does anyone have any idea on this ?
If this is not possible, is there a way where i can have HTML5 streaming the video and have that included in my application ?

Related

AS3 NetConnection to MS Azure Media Services

I'm trying to publish a live web cam stream to an Azure Media Services channel. I have the channel configured and am using the rtmp ingest url in the NetConnection.connect method.
I have my Flash AS3 setup to stream to an Adobe Media Server and it works fine. All I am doing so far is changing the URL to the Azure one.
All I ever get is NetConnection.Connect.Failed
If I use that same ingest url in wirecast I can stream my web cam fine.
Any thoughts as to why the Flash version is failing?

captive portal for OSX can't play streaming or mp4

We are using Wifi Hotspot and implementing video ads.
The problem of OSX is when I use my Macbook Air connected to Wifi, the captive portal and content popup appear. I just use HTML5 or HLS to make a player for streaming a videos
Also, I made a lot of test cases and failed. Here are some things that failed:
Use Streaming Server ( Already open the wall garden to stream http://xx.xx.xx.xx:1935/vod/mp4:myfile.mp4/playlist.m3u8 )
DirectLink to the files of mp4
After I use the tools to see the package running such as wireshark, the package is still stuck on the captive portal.
How can I make a stream play on popup of the captive portal???
Thanks

Store Video in Windows phone 8

I am developing video related App in windows phone 8 and I am downloading the videos from server and store in Isolated storage.My problem is that if I download video in My device it should be visible in Windows phone as far as I know isolated storage is for particular app we can't access data saved in isolated storage Without activating App.
So please let me know how to access video downloaded from App without opening app.
You can integrate your app with 'Music and Video' hub. More details are here.

How to stream rtsp output by crtmp server by inputing rtmp stream from fmle using webcam?

Can anybody suggest me on crtmpserver.lua configuration?
I setup crtmp server on AWS EC2 Ubuntu 12.04. after building deb package successfully.
I have successfully stream my Webcam stream using FMLE on my windows 7 machine, connected to my crtmp server,then played on website using JW Player.
Now i want to get RTSP stream from the same crtmp server using same RTMP input to play on mobile.I read crtmp server can stream both in RTMP and RTSP. Please guide me on confiuration of crtmpserver.lua to achieve this.
Also please let me know if i can use multibit encoding high bit rate for web and low for mobile streaming same webcam stream?
Thanks in advance.

Websockets in Flash

Two connected qustions
I understand that non HTML5 browser can connect to websockets using flash.
https://github.com/gimite/web-socket-js
1. However is there an implementation of websockets for flash inside flash?
2. If I were to use normal flash sockets, would the sockets work if there were multiple instances of the flash file running on a local network connecting to an external socket server. Would the messages intended for one instance be forwarded to all instances
Here is a Flash implementation for use in Flash itself: https://github.com/y8/websocket-as
I'm not sure what you are asking but it sounds more like a question about the WebSockets server application and that completely depends on your application.