[Q] Streaming from a media server - XPERIA X10 General

Hey, does anyone know how to setup the X10 to stream audio and/or video from a home media server? Is there an app for this?
I thought I could do it with VLC, but I'm not quite sure how to set it up or if streaming is a capability in the first place..
Any ideas or suggestions? Thanks a lot.

Check our Subsonic on the market. Its free and it works.

Thanks for the response, I'll check it out. Also trying ORB app if anyone is following this thread...

Related

RTSP streaming on X10

I have just bought this phone and I am trying to figure out if this phone support Real Time Streamin Protocol (RTSP). I was told that iphone can do it via ip cam but not sure about android phones. Anyone knows?
U can use Applications like Lukluk or Stream Media Player for this.
Thanks, the Stream media player works wonderfully but I can't key in the rtsp address using Lukluk. Any suggestions?
i can't find Stream media player on the market any download link? tnx

Video Streaming

Im hoping to create an app that allows 2 phones to stream video to each other, much like Qik, but it will have a completely different purpose. How would one go about streaming? Could I do it with a server on both phones and do it directly between the phones only or would i need a server online? Could I just have video files uploaded as they are recorded and downloaded by the other phone while still being uploaded, or would I need some type or proprietary server to allow for video streaming? Anything else I should know about to help me get started?
Thanks in advanced.
Bump. Any ideas on video streaming?

Streaming Video to EVO

UPDATE: VLC Stream and Convert does everything for me now. I can browse the server directory and watch movies transcoded. There is still a tiny bit of audio lag, but no where near as bad as my methods below.
I am on CM6 nightly.
--- original post ---
Just wanted to share what I use to stream both pre-recorded and live video to the native video player on the EVO. I am using the latest Ubuntu 10.04 with VLC and a Video4Linux compatible BTTV card. The settings I have here are 320x180 res at a very low bitrate as I use this mostly over 3G. Adjust the 'width' 'height' 'vb' and 'ab' to your pleasure.
This is a work-in-progress and any other methods or contributions are greatly appreciated!
To play a movie:
Code:
# vlc -v video.avi -I dummy --sout "#transcode{vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},width=320, height=180,acodec=mp4a,ab=64,vb=384}:rtp{dst=,port=4555,sdp=rtsp://server:4555/stream.sdp,mp4a-latm}"
To Watch my Dish Network feed (Composite):
Code:
vlc -v vlc -v v4l2:///dev/video0 :v4l2-standard=3:v4l2-standard=45056 :v4l2-chroma= :v4l2-input=1 :v4l2-audio-input=0 :v4l2-io=1 :v4l2-width=640 :v4l2-height=480 -I dummy --sout "#transcode{vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},width=320, height=180,acodec=mp4a,ab=64,vb=384}:rtp{dst=,port=4555,sdp=rtsp://server:4555/stream.sdp,mp4a-latm}"
To Watch my home security cameras (ATSC US Cable #104):
Code:
vlc -v v4l2:///dev/video0 :v4l2-standard=3:v4l2-standard=45056 :v4l2-chroma= :v4l2-input=0 :v4l2-audio-input=0 :v4l2-io=1 :v4l2-width=640 :v4l2-height=480 :v4l2-tuner=0 :v4l2-tuner-frequency=673250 -I dummy --sout "#transcode{vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},width=320, height=180,acodec=mp4a,ab=64,vb=384}:rtp{dst=,port=4555,sdp=rtsp://server:4555/stream.sdp,mp4a-latm}"
------
Start Movie Client Stream on Android:
- Open browser
- Browse to “rtsp://server:4555/stream.sdp”
- Watch stream!
** Also worth noting the VLC HTTP interface seems to be working partially and apparently you may be able to setup playlists and such within there. I mainly am using this method to view live content so I havent explored much of that yet.
** Someone with more time than I could theoretically whip up a simple PHP page that enumerates a directory and launches vlc for video library type of support.
Thanks OP.
Forgive my ignorace. But for stored content, this doesn't start the stream until the Android client opens it, right? Not sure since you say that you usually use it for live streams.
I've been looking for a way to stream movies from my 7MC box to the EVO. This might work if the windows version of VLC has the same function. What kind of quality can you get from a stream on the local network vs. WAN?
Well I've been trying this on the windows machine and I'm starting to think this is not a very polished solution. What I would like is to be able browse the media in folders and start a video stream all from android. I'm not sure how possible this is. I have found so far:
Gmote - can only stream one format I think. I don't feel like converting
Orb - closer, but I'd really like to do all this through the home wifi network, not involving an orb server at all. Plus the video quality is a bit less that what I was hoping for.
VLC - can supposedly transcode on the fly from nearly any format to mp4 to play on Android. But I don't see a way to start a stream from android. I can use the HTTP interface to start the player but I don't see how to start a stream or browse more than a playlist (can't create one).
Maybe I missed something.
I've been trying to get the VLC Stream and Convert app to work, I can control VLC player on my PC but I can't get the streaming to work.
Is our phone supposed to play the H.264 stream fine? It seems like zonyl got it working, I tried all different video sizes and I'm using the mp4 latm audio, but nothing shows up on screen when it's playing, no sound, nothing.
Anyone have any advice?
Search market for AndroStream... Supposedly an app that uses VLC for streaming AND lets you initiate streams from your phone. I tried it but couldn't get it to stream over WAN.
nhutpham said:
I've been trying to get the VLC Stream and Convert app to work, I can control VLC player on my PC but I can't get the streaming to work.
Is our phone supposed to play the H.264 stream fine? It seems like zonyl got it working, I tried all different video sizes and I'm using the mp4 latm audio, but nothing shows up on screen when it's playing, no sound, nothing.
Anyone have any advice?
Click to expand...
Click to collapse
VLC Stream and Convert does everything for me now. I can browse the server directory and watch movies transcoded.
I am on CM6 nightly.
Any advice on settings and such?
I can browse and everything, but when it plays I get nothing except the moving bar and the timer starts running.
I'm on the rooted stock froyo rom.
I've been trying to get the VLC Stream and Convert app to work, I can control VLC player on my PC but I can't get the streaming to work.
Is our phone supposed to play the H.264 stream fine? It seems like zonyl got it working, I tried all different video sizes and I'm using the mp4 latm audio, but nothing shows up on screen when it's playing, no sound, nothing.
Anyone have any advice?
Click to expand...
Click to collapse
VLC Stream and Convert does everything for me now. I can browse the server directory and watch movies transcoded.
I am on CM6 nightly.
Click to expand...
Click to collapse
Thanks for the tip. I'll try it out. Will this work on a sense Rom tho? Might have to flash cm6
nhutpham said:
Any advice on settings and such?
I can browse and everything, but when it plays I get nothing except the moving bar and the timer starts running.
I'm on the rooted stock froyo rom.
Click to expand...
Click to collapse
I'm just running with the stock settings for the most part. Changed the resolution to whatever my bandwidth can tolerate at the time and make sure audio sync is turned on.
Sent from my PC36100 using XDA App
Got to try this app last night. Wow, very cool. Easy setup (visit the devs website), decent video quality, easily browse the pc for media. Dev has a donation version that i'll pick up for sure.
Another +1 for this app. Wish it did a better job with aspect ratios, but it still streams most of my media great.
Sent from my blah blah blah blah
hate to necro a thread but im trying to set this up for over 3g/4g. any luck? if so, what settings am I missing?
I know its 2 months old.
Anyone have any tips on setting up the VLC convert app to work with Mac. I am unable to find the file that the developer is suggesting I modify.
Thanks
engagedtosmile said:
hate to necro a thread but im trying to set this up for over 3g/4g. any luck? if so, what settings am I missing?
Click to expand...
Click to collapse
Don't know if you've done it already but, turn on your wifi (no need to connect to a network, just turn on)
read this http://traveldevel.com/vlc-stream-convert/streaming-over-3g

Good app to stream downloaded videos from PC to Tab

I have heard abt PLEX but cant make it to work. Can anyone provide step by step instructions to get it to work.
Or some other app which may work better than Plex?
never tried plex, but I use subsonic which has not caused me any issues. The app is free but requires a donation to get the video streaming
BrianDigital said:
never tried plex, but I use subsonic which has not caused me any issues. The app is free but requires a donation to get the video streaming
Click to expand...
Click to collapse
Thanks. Any free application?
PS3 Media Server works well for streaming media. Asumming you're sharing the correct format and resolution. It's free and very easy to setup.
Upn in the market along with rockplayer or moboplayer also in the market. Along with HDMI cable works great.
Sent from my PC36100 using XDA App
techpal said:
I have heard abt PLEX but cant make it to work. Can anyone provide step by step instructions to get it to work.
Or some other app which may work better than Plex?
Click to expand...
Click to collapse
I convert my videos with handbrake for my A500 and then access them via Tonido. There's an android client on the market. Works great, videos buffer for a bout 5 seconds over wifi then start playing.
http://www.tonido.com
My set-up. PS3 Media Server on the PC. UPnPlay and MoboPlayer on the tab. It works for me.
+1 on subsonic.
great thing about subsonic is you don't have to be on the same network to use it. i stream to my tab while i'm at work sharing the net from phone. i have to admit the quality isn't great. but it gets the job done.
for the DLNA setups i'm pretty sure you have to be on the same network.
I've never used plex since i'm a linux user.
has anyone tried orb yet? that might be another one to look into.

Kanopy Streaming?

Hi,
Does anyone know how to either use the Kanopy Streaming app (https://play.google.com/store/apps/details?id=com.kanopy) or the web site (kanopystreaming.com) on the Nexus player to stream movies on Kanopy.
The app does not appear to be compatible. I haven't tested getting the APK from my phone yet, but i was wondering if anyone has a clean solution.
Thank.

Categories

Resources