Advertisement
Guest User

E-TARD

a guest
Dec 12th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. this is what I'm using
  2. ffmpeg -f dshow -r 30 -video_size 640x480 -pix_fmt yuv420p -rtbufsize 2100M -i video="Logitech QuickCam Pro 9000":audio="Samson C01U (Samson C01U" -profile:v baseline -codec:v libx264 -vb 800k -codec:a libmp3lame -s 640x480 -ac 2 -ar 44100 -ab 128k -map 0 -f hls -hls_flags delete_segments -segment_list H:\stream\playlist.m3u8 -segment_list_type hls -segment_list_size 10 -segment_list_flags +live -segment_time 10 out.list H:\stream\feed.ts
  3.  
  4. as for ffserver
  5. the ffserver.conf I'm sure is not right, so I'm not going to post it
  6. give me what I need to use for ffserver.conf
  7.  
  8. trying to stream webcam with HLS
  9. to FFserver to distribute to viewers
  10. I want all encoding to be done on ffmpeg & I want the ffserver to only distribute to viewers
  11.  
  12. IF ANYONE CAN HELP E-MAIL ME
  13. etard.webcam@gmail.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement