I want to decode the streaming captured from a WiFi digital video camera received on Android, on a UDP port (49199).
I know that it is encoded h264, but it seems there are more details needed, but camera maker won't disclose.
Streaming can be displayed fine using their own software, but that doesn't help.
VLC cannot play the stream correctly. Although timer is moving, VLC displays just a black screen; there's also a delay.
I have the streaming array of a packet; each packet starts with 0xFF 0XD8 and so on.
One example of such an array is in the "Stream_packet.txt" file, in this zip file:
http://www.mediafire.com/download/8bs3txz8abdcz3w/cameraStreaming.zip
Is there any way I could decode the frames... to know the codec algorithm, whatever..?
I also tried with ffmpeg... maybe not well enough, but anyway I'd appreciate some advice.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Thanks for the feedback.
No, I can't hear the sound either.
It may be encrypted but I don't want to use their software (called ImageApp), I want to capture live streaming in my program.
Camera model is Panasonic HC-V550.
Thanks. -
Why your program instead of theirs?
If it's encrypted, you're basically SOL.
Scott -
I want to capture the stream because I need to use it in my app.
I can't use their program inside my app...
So I'm thinking of two ways to deal with it:
- Try to reverse engineer their app and see how it handles the file.
- Since I could capture a frame (namely the streaming array for one packet of hexadecimal values), I could compare the headers of the input frame and output frame to see how their program edits the stream.
Which of these would be rather realistic than close to impossible and best to try out...?
And can you think of other options, too?
Thanks
Similar Threads
-
How add OSD Android Camera App (Efect) in video ?
By dcaro in forum EditingReplies: 5Last Post: 18th Jul 2015, 10:50 -
Capture the WiFi signal from video camera, with Android
By windranger in forum Capturing and VCRReplies: 0Last Post: 25th Oct 2014, 02:26 -
uncompressed Camera Android
By themaster1 in forum ComputerReplies: 9Last Post: 16th May 2014, 02:19 -
virtualdub can't seem to decode h264 properly
By muffinman123 in forum Video ConversionReplies: 8Last Post: 19th May 2013, 16:29 -
Streaming live h.264 video from WiFi camera directly to iPhone.
By mpopovi in forum Video Streaming DownloadingReplies: 4Last Post: 2nd Jan 2012, 19:25