Arija MobiTV
Introduction:
MobiTV:
ArijaMobiTV is a mobile application which allows us to watch the movies live and/or already saved movies. It supports two protocols:
- RTSP
- HTTP
FLOW OF COMMAND IN ARIJA MOBITV
Server setup:
1. Apache tomcat. (For HTTP).
Put the servlet_name.class in Root/ WEB-INF/classes folder. Configure the web.xml. Run the Tomcat server. Here we need servlets. They can be used for authentication. When the application sends the GET request, then the server sends the available movie channels. Then the user can select particular movie and play it. Put the movies in MobiTVMovies of ROOT of Tomcat file structure (apache-tomcat-4.1.36-LE-jdk14\webapps\ROOT\MobiTVMovies)Tomcat running: E:\Manoj\apache-tomcat-4.1.36-LE-jdk14\bin>startup
2. Darwin streaming server (for RTSP).
We need DSS (Darwin Streaming Server) for live streaming. Put the movies in Movies folder of DSS. And run the DSS. Running DSS:- 1. C:\< go to DSS location> perl streamingadminserver.pl. ( C:\Perl\bin>perl "C:\Program Files\Darwin StreamingServer\streamingadminserver. pl" )
- 2. Check the DSS ( http://192.168.1.24:1220). Username: admin (No space) Password: admin (No space)
- 3. For testing: rtsp://192.168.1.24:554/cuteGirl.3gp.
NOTE:
Port Mappings:
- 1. Open browser and type htpp://192.168.1.254/
- 2. username:admin
- 3. password:admin
- 4. Click on advancedSetup
- 5. Click on NAT.
- 6. Click on Virtual Server
- 7. Give port Number (554\7070\8000\8001)
- 8. Give the End Port Number(554\7070\8000\8001)
- 9. Local IP Address (192.168.1.24)(System's local IP)
- 10. Click on SAVE.
Some of the screen shots of ARIJA MOBITV can be found here