Java Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesJava Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 13th, 2013, 04:44 AM
kingsonprisonic kingsonprisonic is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 1 kingsonprisonic User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 30 m 53 sec
Reputation Power: 0
Exclamation Servlets/JSP - Live Video Encryption

Hi all,
First of all please read the full article and then try to suggest me...
I want to make a java project on streaming video encryption. Where i will use two PCs 1 act like a media server and other act like a client. So a video file (example.avi) in server pc can be view by client pc.
I already worked with sockets and can send files over a LAN. But here my question is ->
I want to send the encrypted video Stream to the client PC and the Client then display the video.
The process is like.
*Client request a video file
*Server open the video file (in text mode or something else) and start encrypting and sending to client.
*Now client start receving and decrypting the data.
*And display the decrypted data as video
in details
Server
*Connected to client
*Open the video file
*While Not EOF
*Read file content block
*Encrypt it
*Send encrypted block to the client
*End While
Client
*Connected to server
*While True(Or something like that)
*Store the received encrypted data
*Decrypt it
*Display it as video
*End While
I do not need any source code for that. I just want to know that from where i can start this project. Any suggesstion will be helpful for me.
*Can connect two pc
*Can read files
*Can encrypt
*Can send data over LAN
*Can decrypt it
But how can i use the decrypted data and display it as video.
Thanks in advance..

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesJava Help > Servlets/JSP - Live Video Encryption

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap