hey guys,
i have a list of 109 rtmp streams
i'm running mac os x 10.8
now i wrote a shell with this code
Code:
rtmpdump -r rtmp://file1.mp4 -o ../1.flv
rtmpdump -r rtmp://file2.mp4 -o ../2.flv
...
The problem is after the first dumping the terminal do not continue with the second line of code.
Another thing: i noticed that the streams got meta data in form of
Code:
INFO: İnam VIDEO_TITLE
INFO: İalb WHO_MADE_THIS
INFO: İgen TUTORIAL
Is there a way to use this meta data espacially "İnam" for my filename?