Greetings;
I'm writing some code to invoke authenticated RTSP of an Axis camera.
I have it playing and I'm retrieving binary data! Yay!
I'm writing that data to a file, but it occurs to me that before I can get it viewable in VLC or another player, it'll need a header.
There is an a=transform value coming back from my describe request .. is this used in constructing the header?
Everything I've accomplished so far has been with the help of Wireshark and looking at the packets .. the UDP interaction being the most nebulous to figure out. But hey, I got past that. now, I'm wondering what I need to be able to do to view this in VLC!?
If this is not the right forum, let me know and I'll shift the question. Otherwise, I look forward to your response in helping me out with my hacking adventure.
Sincerely,
John D.