Guest User

ffmpeg-webm-icecast2

a guest
Sep 21st, 2014
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. ffmpeg version: git-2014-09-15
  2. icecast version: 2.4
  3.  
  4. ffmpeg -i big-buck-bunny_trailer.webm -vcodec copy -acodec copy f webm -password hackme -ice_public 1 -content_type video/webm icecast://localhost:8000/test.webm
  5.  
  6. output of vlc when trying to access the stream:
  7. [mp3 @ 0x7fa3f4c29cc0] Header missing
  8. [mp3 @ 0x7fa3f4c29cc0] Header missing
  9. [mp3 @ 0x7fa3f4c29cc0] Header missing
  10. [mp3 @ 0x7fa3f4c29cc0] Header missing
  11. [mp3 @ 0x7fa3f4c29cc0] Header missing
  12. [mp3 @ 0x7fa3f4c29cc0] Header missing
  13.  
  14. so it seems that either the ffmpeg protocol is setting the wrong header, or icecast does. anything i might be missing?
Add Comment
Please, Sign In to add comment