Skip to content

Sends/Receives RTSP messages and uses the payload from RTP packets to stream mjpeg video from a server.

Notifications You must be signed in to change notification settings

BenPollock/AndroidRTPVideoStreamer

Repository files navigation

Android RTP Video Streaming Client

Description

This android application is designed to stream video. It sends RTSP messages to the server using the user-inputted port number and .mjpeg name. Then, it receives RTP packets over UDP and strips the payload bytes. The bytes are converted into a human-viewable image.

How To Use

Ensure the video streamer is installed, and use the Setup/Play/Pause/Teardown buttons to control playback. If running in the android emulator, proper URL redirection must be setup through telnet.

About

Sends/Receives RTSP messages and uses the payload from RTP packets to stream mjpeg video from a server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages