


I would like to stream RTMP video (.flv). I don't want to use WebView and play the video in it. I have searched a lot to stream the video from the server, but I didn't succeed. I have completed the first task using javac and ffmpeg. The recorded video will be streamed live to another Android device at the same time. My app records a video and that video is sent to the server How to play RTSP on Google TV ( or use ffmpeg ) (CC BY‑SA 3.0/4.I am developing an Android application in which I want to publish as well as stream a video.(by kocuroglu、 Les Vogel ‑ Google DevRel) 參考文件 If your need is urgent write me at Google or on Google+. That software is currently on the LG and will be on most of the others in the next few months. One of the features we announced at Google I/O 2012 was the ability to write your own transport stream and codec's in Java. That said, I've never made RTSP work myself ‑ so I'm not speaking from experience, but I do trust my colleague Shawn who wrote the answer to the link above. Since RTSP is a transport format, not a codec, you might want to say what your encoding is. The current version of Google TV is based on FFMpeg internally and is supposed to play RTSP content of course, if you try that example, you'll want to refresh the url for the RTSP content as YouTube doesn't keep them live long. Update: If there is an application which can play RTSP streams, we can also use it as a temporary fix. These approaches all work on Android phones, but I couldn't make them work on Google TV.Īny tips for displaying RTSP or running executable files? Or do I have to wait for NDK support? Tried to display in VideoView, like Google TV VideoView playing YouTube rtsp videos, it didn't work either.If only I could run an executable file in Google TV, the problem would be solved, I think. Put ffmpeg executable (compiled with NDK) in an application, then call the app from command line. (see: ‑ first method). I can deploy executable and set its permissions, but cannot execute it i get "not found" error (its path is correct).Use NDK to compile ffmpeg, then ffmpeg converts rtsp to udp etc. ‑ Fails because NDK is not supported in Google TV (see: ). This method uses ffmpeg as library.

如何在 Google TV 上播放 RTSP(或使用 ffmpeg) (How to play RTSP on Google TV ( or use ffmpeg ))
