GNOME Bugzilla – Bug 701588
Problem with aacparse.
Last modified: 2013-06-04 12:41:06 UTC
Hello, I`m trying to stream files via rtsp server. i`m using /gst-rtsp-server/examples. I`m just changing gst_rtsp_media_factory_launch like this ` filesrc location=test.aac ! aacparse ! rtpmp4apay name=pay0 pt=97 But got error like 'can`t prepare media'. My aac file is with adts header. IMHO the problem is that the aacparse does not convert between 'adts' to raw aac , and the rtpmp4apay accepts only raw aac. is there any suggestions?
*** This bug has been marked as a duplicate of bug 615740 ***