Log in

View Full Version : Can HTML5 based client page play *.pcap files?


ssuave
12th September 2013, 18:06
Hi,
Using video tag, one can play video files without using any plugin in the current chrome browser. It essentially involves TCP based streaming of the video data from the server to the client.
What if I the video data at the server in the form of *.pcap files?
How would be able to watch it at the client side using just chrome?
Regards!