danielpaulus / quicktime_video_hack

Record iOS device audio and video
MIT License
537 stars 113 forks source link

can't make element: h264parse #71

Open oktastradllin opened 4 years ago

oktastradllin commented 4 years ago

hello i try use go run main.go gstreamer but always stuck on exit status 1 with error can't make element: h264parse

do you know what is the problem ?

i try print h264parse from h264parse := gst.ElementFactoryMake("h264parse", "h264parse_01")

always got nil , I try reinstall gstream and gst-plugin but still error ,

my laptop MacBook Pro with Catalina OS , and my device iOS 13.7

drauggres commented 4 years ago

h264parse is in the gst-plugins-bad package (don't know why but I had to reinstall it, to get h264parse) avenc_aac and avdec_h264 are in gst-libav