Hi all!
I have huge problem with our national television broadcast company. They send f.e sport news at the webpage but these videos are embedded and I have not found any solutions to watch these videos.
http://www.yle.fi/urheilu/mediasali/urheiluruutu/id89596.html
I have windows media player, core player tcmp player in my Kaiser.
And... even it is possible to play it with some player (because first you get direct link from pc)... how it would be possible to find that link with some wm6 web browser?
Add: I'm sorry about propably my stubid question but our national broadcast company is doing these live & streaming thing very stupidly... I have found some links to the newest news but these links are only real media ;( And nothing sport...
rtsp://ra.yle.fi/yle24/video/uusin_mobile.rm = newest news
Thx
Sorry about spamming...
These sport news videos are one of the most important needs I wanted to work when I am abroad.
Please could somebody try this link with your Kaiser and different sw solutions if some will work.
I'll appreciate this a lot.
i posted this on ppcgeeks but yet to have a response.
i am having a hard time finding live feeds from the major tv carriers (ABC,CBS,FOX etc.) does anyone know how to get streaming live tv? everytime i think i have something its a news or weather. just looking for simple tv streams so i can use my pc as a television and watch live streaming prime time shows.
if the network dont stream their stuff there is little you can do
jlc's internet tv
or
joost
stream alot of stuff though
thank you. i will try that
looked around and didnt see a post here in the g1 forum but it is possible to stream movies from your computer to your G1. just go to www.orb.com and your set. best of all its FREE!
can you be a little be more specific, it will be helpfull if you explein a little a couple of steps for this and how can you watch it on the g1.
note: I'm not trying to be ungreatfull
I just try it and is GOOD (running it, on my wifi) a little slow when watching a video but defenitly watchable, I think if they develope a software for the android like the one for Iphone this will be a killer application.
In order to use it you just have to download the software from the site and create an account, share your media files videos, mp3s, pics, documents and even your computer webcam. allow it in your firewall. Then just log in from your g1 browser, and you are good to go and enjoying all your files in your g1.
I used to use this all the time with my Wing and Tilt. Unfortunately, the video has issues. It doesn't work on the G1 through 3G as of yet. Rumors have it that Orb is in the process of developing an app... but that was spread around back in November. Who knows what happened with it since.
Be also interesting to see devices as PMP's with video out capabilities... something like vPOD's
I am able to get the video started over 3G but the video player keeps telling me "Sorry this video can not be played". I still hear the audio but the video always freezes on the first frame. Has anyone else tried this and got it to work?
Yatyas said:
I am able to get the video started over 3G but the video player keeps telling me "Sorry this video can not be played". I still hear the audio but the video always freezes on the first frame. Has anyone else tried this and got it to work?
Click to expand...
Click to collapse
Same problem I've had. I have been able to get a couple videos to play correctly, but I have not been able to figure out why they played and nothing else would. Oddly enough, even the ones that would play once would not play a second time.
you can do this with "gmote" also it much easyer
Androrb was just released. Check it out.
Has anyone been able to stream to the G1 using VLC?
I have tried using the same settings as the ones from the G1 video encoding thread (and lower), but it just won't play.
(I know the OP posted about Orb, but with such a generic thread title, this shouldn't count as off topic or thread stealing...)
I do want a DLNA / UPnP app for Android. I can get Tveristy working for streaming music, but it won't stream & transcode video.
mr_notorious said:
I do want a DLNA / UPnP app for Android. I can get Tveristy working for streaming music, but it won't stream & transcode video.
Click to expand...
Click to collapse
I've gotten this to work in VLC in my LAN but not from outside yet. It took me forever to get this far, and I kinda just chalked it up as progress, and haven't done much with it since. Use the rtsp address in NSW or Meridian or whatever on your phone.
need to set h264 to 1,2 baseline and audio to aac in advanced settings first
Code:
:sout=#transcode{soverlay,ab=42,samplerate=44100,channels=1,acodec=mp4a,vcodec=h264,width=320,height=180,vfilter="canvas{width=320,height=180,aspect=16:9}",fps=25,vb=200,venc=x264{vbv-bufsize=500,partitions=all,level=12,no-cabac,subme=7,threads=4,ref=2,mixed-refs=1,bframes=0,min-keyint=1,keyint=50,trellis=2,direct=auto,qcomp=0.0,qpmax=51}}:gather:rtp{mp4a-latm,sdp=rtsp://0.0.0.0:5554/stream.sdp}
In your Android video player:
Code:
rtsp://local.server.address:5554/stream.sdp
Is T-Mobile blocking ports? I just tried that method in VLC and it works great with WiFi on, but with 3G I can't get anything.
Is this possible yet with any of the apps on the market?
I really just want to be able to watch NCAA basketball at my desk.
Depends on the format of the stream. I watch TV live-streams a lot on my G1, with the normal built-in video player.
Hellek said:
Depends on the format of the stream. I watch TV live-streams a lot on my G1, with the normal built-in video player.
Click to expand...
Click to collapse
What is your setup? (Apps, service, (server?))
hopefully in the future with nexus one:
http://www.youtube.com/watch?v=i_fq9H60qyg
Is flash available on G1 now? If it is I missed it. NCAA is streaming every game, it would be nice to watch in class.
Hi , I would like to write my own app in the future, which will be able to cast local videos to TV. I didn't found any example or principle explanation how to do that. I know that when casting video from the web, I send the url to Chromecast and it plays it by itself. But the local video ? I have no idea how it works. Every Chromecast example that I have found with source code uses only web videos. Thanks for any suggestions.