wowza

Play RTSP streaming in an Android application

左心房为你撑大大i 提交于 2019-11-26 09:28:34
问题 I am trying to develop an Android based application, which can play video from a live stream. This live stream is produced using Wowza Media Server. The URL is: rtsp://tv.hindiworldtv.com:1935/live/getpun I have tried following code in ecliplse: package com.kalloh.wpa; import android.app.Activity; import android.content.pm.ActivityInfo; import android.net.Uri; import android.os.Bundle; import android.view.Window; import android.widget.MediaController; import android.widget.VideoView; public

Video streaming using RTSP: Android

家住魔仙堡 提交于 2019-11-26 08:07:26
问题 I\'m trying to install a Wowza server on my Linux machine to enable the RTSP streaming for my Android application. On Android client side what sort of changes do I need to make in my application? I\'m using Videoview to simply play a video file stored locally. Now I want to get the video content get streamed through the server that I\'ve installed. If necessary I can move to any other streaming server as right now I\'m doing a research on streaming servers. 回答1: For rtsp streaming you can