View Single Post
  #20  
Old 07-22-2012, 06:00 PM
cndymn cndymn is offline
Junior Member
 
Join Date: Jul 2012
Posts: 1
cndymn is on a distinguished road
Default

Re: How to use RTMPDump? - rtmp dump tutorials


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?
Reply With Quote