mikeshys / spydroid-ipcamera

Automatically exported from code.google.com/p/spydroid-ipcamera
GNU General Public License v3.0
0 stars 0 forks source link

ffmpeg says ./spydroid.sdp: Invalid data found when processing input #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ffmpeg -i spydroid.sdp

What is the expected output? What do you see instead?

expected : some logs showing its decoding progress

what I'm seeing instead :

./spydroid.sdp: Invalid data found when processing input

What version of the product are you using? On what operating system?

0.8 on ubuntu 11.10

Please provide any additional information below.

I'm writing a code that is decoding h264 packets or (the wrapped by rtp) using 
ffmpeg library, but still no luck..

1. directly access packets and decode them with avcodec_decode_video2..
2. find other way to use .sdp file which will be much more simple than #1 if 
it's possible..

I need to do the both on c code level..

can I get any advice?? thanks in advance

Original issue reported on code.google.com by j.ju...@gmail.com on 20 Feb 2012 at 2:05