Unable to stream MP3

About encoding, codec settings, muxers and filter usage
samfrog
Blank Cone
Blank Cone
Posts: 26
Joined: 20 Jan 2010 03:25

Unable to stream MP3

Postby samfrog » 26 May 2010 19:21

I want to stream a MP3 file using my custom RTSP server with VLC media player. However, I am getting a list of 'emulated startcode' in the VLC log.

Here are the sequences:
1. I wrote a UDP program that reads a MP3 file and sends the MP3 frames by frames with MP3 header included to a data structure.
2. I issued a vlc rtsp://x.x.x.x:554/Test via VLC media player
3. My RTSP server receives the RTSP requests and replies with the appropriate responses.

The SDP is as follows:

RTSP/1.0 200 OK\r\n
Content-type: application/sdp\r\n
Server: VLC Server\r\n
Content-Length: 181\r\n
CSeq: 2\r\n
Cache-Control: no-cache\r\n
\r\n

v=0\r\n
o=- 556165832000 2 IN IP4 10.73.50.98\r\n
c=IN IP4 0.0.0.0\r\n
t=0 0\r\n
a=tool:vlc 1.0.5\r\n
m=audio 0 RTP/AVP 14\r\n
a=rtpmap:14 MPA/44100\r\n
a=control:rtsp://x.x.x.x:554/Test/trackID=0\r\n

4. At PLAY, my RTSP server reads the MP3 frame from the data structure and encapsulated with RTP and sends it to the port that client requests.

However, the VLC media player is having trouble processing it. Does anyone know how to fix it?

The VLC log is:

scaletempo warning: bad input or output format
main warning: no audio filter module matching "scaletempo" could be loaded
mpeg_audio debug: frame too big 2509 > 2508 (emulated startcode ?)
mpeg_audio debug: emulated startcode on next frame
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 905 > 904 (emulated startcode ?)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 977 > 976 (emulated startcode ?)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 4181 > 4180 (emulated startcode ?)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 977 > 976 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 2883 > 2882 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 977 > 976 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode on next frame
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 977 > 976 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 1923 > 1922 (emulated startcode ?)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 2509 > 2508 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode on next frame
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main error: ES_OUT_SET_(GROUP_)PCR is called too late, increasing pts_delay to 998 ms
main error: ES_OUT_RESET_PCR called
main debug: Buffering 0%
main debug: Buffering 0%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 1%
main debug: Buffering 2%
mpeg_audio debug: emulated startcode
main debug: Buffering 2%
mpeg_audio debug: emulated startcode
main debug: Buffering 3%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 4%
main debug: Buffering 4%
main debug: Buffering 5%
main debug: Buffering 6%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 7%
main debug: Buffering 7%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
main debug: Buffering 8%
main debug: Buffering 9%
main debug: Buffering 9%
mpeg_audio debug: emulated startcode
main debug: Buffering 10%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 11%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 12%
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
main debug: Buffering 12%
main debug: Buffering 13%
main debug: Buffering 14%
mpeg_audio debug: frame too big 2233 > 2232 (emulated startcode ?)
main debug: Buffering 14%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 15%
main debug: Buffering 16%
main debug: Buffering 17%
main debug: Buffering 17%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
main debug: Buffering 18%
main debug: Buffering 19%
main debug: Buffering 19%
mpeg_audio debug: emulated startcode
main debug: Buffering 20%
mpeg_audio debug: emulated startcode
main debug: Buffering 21%
main debug: Buffering 21%
main debug: Buffering 22%
main debug: Buffering 23%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 24%
mpeg_audio debug: emulated startcode
main debug: Buffering 24%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 25%
mpeg_audio debug: emulated startcode
main debug: Buffering 26%
mpeg_audio debug: emulated startcode
main debug: Buffering 26%
main debug: Buffering 27%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 28%
main debug: Buffering 29%
main debug: Buffering 29%
main debug: Buffering 30%
mpeg_audio debug: emulated startcode
main debug: Buffering 31%
main debug: Buffering 31%
main debug: Buffering 32%
mpeg_audio debug: emulated startcode
main debug: Buffering 33%
mpeg_audio debug: emulated startcode
main debug: Buffering 34%
main debug: Buffering 34%
main debug: Buffering 35%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 36%
main debug: Buffering 36%
mpeg_audio debug: emulated startcode
main debug: Buffering 37%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
main debug: Buffering 38%
main debug: Buffering 38%
main debug: Buffering 39%
main debug: Buffering 40%
main debug: Buffering 41%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 41%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 42%
main debug: Buffering 43%
main debug: Buffering 43%
main debug: Buffering 44%
mpeg_audio debug: emulated startcode
main debug: Buffering 45%
main debug: Buffering 46%
main debug: Buffering 46%
main debug: Buffering 47%
main debug: Buffering 48%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 48%
mpeg_audio debug: emulated startcode
main debug: Buffering 49%
mpeg_audio debug: emulated startcode
main debug: Buffering 50%
main debug: Buffering 51%
main debug: Buffering 51%
main debug: Buffering 52%
mpeg_audio debug: emulated startcode
main debug: Buffering 53%
main debug: Buffering 53%
main debug: Buffering 54%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 55%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
main debug: Buffering 56%
main debug: Buffering 56%
main debug: Buffering 57%
mpeg_audio debug: frame too big 2091 > 2090 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 58%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 58%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 59%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 60%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 60%
main debug: Buffering 61%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 62%
main debug: Buffering 63%
mpeg_audio debug: emulated startcode
main debug: Buffering 63%
main debug: Buffering 64%
main debug: Buffering 65%
mpeg_audio debug: emulated startcode
main debug: Buffering 65%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 66%
mpeg_audio debug: emulated startcode
main debug: Buffering 67%
mpeg_audio debug: emulated startcode
main debug: Buffering 68%
main debug: Buffering 68%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 69%
main debug: Buffering 70%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
main debug: Buffering 70%
mpeg_audio debug: emulated startcode
main debug: Buffering 71%
main debug: Buffering 72%
main debug: Buffering 73%
main debug: Buffering 73%
main debug: Buffering 74%
main debug: Buffering 75%
mpeg_audio debug: emulated startcode
main debug: Buffering 75%
main debug: Buffering 76%
mpeg_audio debug: free bitrate mode
main debug: Buffering 77%
main debug: Buffering 78%
main debug: Buffering 78%
main debug: Buffering 79%
main debug: Buffering 80%
mpeg_audio debug: frame too big 2091 > 2090 (emulated startcode ?)
main debug: Buffering 80%
main debug: Buffering 81%
main debug: Buffering 82%
main debug: Buffering 82%
main debug: Buffering 83%
main debug: Buffering 84%
mpeg_audio debug: emulated startcode
main debug: Buffering 85%
main debug: Buffering 85%
mpeg_audio debug: emulated startcode
main debug: Buffering 86%
main debug: Buffering 87%
mpeg_audio debug: emulated startcode
main debug: Buffering 87%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 88%
mpeg_audio debug: emulated startcode
main debug: Buffering 89%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 90%
main debug: Buffering 90%
mpeg_audio debug: emulated startcode
main debug: Buffering 91%
main debug: Buffering 92%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 92%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 93%
mpeg_audio debug: emulated startcode
main debug: Buffering 94%
mpeg_audio debug: emulated startcode
main debug: Buffering 95%
main debug: Buffering 95%
main debug: Buffering 96%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 97%
main debug: Buffering 97%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 98%
main debug: Buffering 99%
main debug: Buffering 99%
main debug: Stream buffering done (1006 ms in 4447 ms)
main debug: Decoder buffering done in 0 ms
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 6915 > 6914 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 1923 > 1922 (emulated startcode ?)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 4181 > 4180 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 2091 > 2090 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 2091 > 2090 (emulated startcode ?)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 2091 > 2090 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 4181 > 4180 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 1121 > 1120 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 2091 > 2090 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main error: ES_OUT_SET_(GROUP_)PCR is called too late, increasing pts_delay to 3411 ms
main error: ES_OUT_RESET_PCR called
main debug: Buffering 0%
main debug: Buffering 0%
main debug: Buffering 0%
main debug: Buffering 0%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 0%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: free bitrate mode
main debug: Buffering 1%
main debug: Buffering 1%
main debug: Buffering 1%
main debug: Buffering 1%
main debug: Buffering 1%
main debug: Buffering 2%
main debug: Buffering 2%
main debug: Buffering 2%
mpeg_audio debug: frame too big 4181 > 4180 (emulated startcode ?)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 2%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: free bitrate mode
main debug: Buffering 2%
main debug: Buffering 3%
main debug: Buffering 3%
main debug: Buffering 3%
mpeg_audio debug: frame too big 2307 > 2306 (emulated startcode ?)
main debug: Buffering 3%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
main debug: Buffering 3%
main debug: Buffering 4%
main debug: Buffering 4%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 4%
mpeg_audio debug: emulated startcode
main debug: Buffering 4%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 4%
main debug: Buffering 5%
main debug: Buffering 5%
main debug: Buffering 5%
main debug: Buffering 5%
main debug: Buffering 6%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 6%
main debug: Buffering 6%
main debug: Buffering 6%
main debug: Buffering 7%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 7%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 7%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 7%
main debug: Buffering 7%
main debug: Buffering 7%
main debug: Buffering 8%
mpeg_audio debug: emulated startcode
main debug: Buffering 8%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 8%
main debug: Buffering 8%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 9%
main debug: Buffering 9%
main debug: Buffering 9%
main debug: Buffering 9%
main debug: Buffering 9%
main debug: Buffering 10%
main debug: Buffering 10%
mpeg_audio debug: emulated startcode
main debug: Buffering 10%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 10%
main debug: Buffering 10%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 11%
mpeg_audio debug: emulated startcode
main debug: Buffering 11%
main debug: Buffering 11%
main debug: Buffering 11%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 11%
mpeg_audio debug: emulated startcode
main debug: Buffering 12%
main debug: Buffering 12%
mpeg_audio debug: emulated startcode
main debug: Buffering 12%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 12%
main debug: Buffering 12%
mpeg_audio debug: free bitrate mode
main debug: Buffering 13%
main debug: Buffering 13%
main debug: Buffering 13%
mpeg_audio debug: frame too big 2091 > 2090 (emulated startcode ?)
main debug: Buffering 13%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 977 > 976 (emulated startcode ?)
mpeg_audio debug: emulated startcode
main debug: Buffering 14%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 14%
main debug: Buffering 14%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 14%
mpeg_audio debug: emulated startcode
mpeg_audio debug: free bitrate mode
mpeg_audio debug: frame too big 977 > 976 (emulated startcode ?)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 14%
mpeg_audio debug: emulated startcode
main debug: Buffering 15%
main debug: Buffering 15%
main debug: Buffering 15%
main debug: Buffering 15%
main debug: Buffering 15%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 16%
main debug: Buffering 16%
main debug: Buffering 16%
main debug: Buffering 16%
mpeg_audio debug: emulated startcode
main debug: Buffering 16%
main debug: Buffering 17%
main debug: Buffering 17%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
main debug: Buffering 17%
mpeg_audio debug: emulated startcode
main debug: Buffering 17%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 17%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 18%
mpeg_audio debug: emulated startcode
main debug: Buffering 18%
main debug: Buffering 18%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 18%
mpeg_audio debug: emulated startcode
main debug: Buffering 19%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 19%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 19%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 19%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 19%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 20%
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 20%
main debug: Buffering 20%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 20%
main debug: Buffering 21%
main debug: Buffering 21%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 21%
mpeg_audio debug: free bitrate mode
main debug: Buffering 21%
main debug: Buffering 21%
main debug: Buffering 22%
main debug: End of audio preroll
main debug: Buffering 22%
main debug: Buffering 22%
main debug: Buffering 22%
main debug: Buffering 22%
main debug: Buffering 23%
mpeg_audio debug: frame too big 2509 > 2508 (emulated startcode ?)
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 23%
main debug: Buffering 23%
main debug: Buffering 23%
main debug: Buffering 23%
main debug: Buffering 24%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 24%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 24%
main debug: Buffering 24%
mpeg_audio debug: emulated startcode (no startcode on following frame)
mpeg_audio debug: emulated startcode
mpeg_audio debug: emulated startcode
main debug: Buffering 25%
mpeg_audio debug: emulated startcode (no startcode on following frame)
main debug: Buffering 25%
mpeg_audio debug: emulated startcode
main debug: Buffering 25%
main debug: Buffering 25%
main debug: Buffering 25%
main debug: Buffering 25%
main debug: incoming request - stopping current input
main debug: dying input
main debug: control type=0
main debug: control: stopping input
main debug: dying input
main debug: thread times: real 0m26.714404s, kernel 0m0.015625s, user 0m0.000000s
main debug: removing module "mpeg_audio"
main debug: killing decoder fourcc `mpga', 0 PES in FIFO
main debug: removing module "mpgatofixed32"
main debug: removing module "scaletempo"
main debug: removing module "bandlimited_resampler"
aout_directx debug: closing audio device
aout_directx debug: DirectSoundThread exiting
main debug: thread ended
main debug: thread times: real 0m22.739974s, kernel 0m0.000000s, user 0m0.000000s
main debug: removing module "aout_directx"
main debug: removing module "converter_float"
main debug: removing module "float32_mixer"
main debug: releasing aout

Rémi Denis-Courmont
Developer
Developer
Posts: 15328
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Unable to stream MP3

Postby Rémi Denis-Courmont » 26 May 2010 19:37

Your server is buggy. From the error messages, I would guess you are not formatting the MPA payload of your RTP packets correctly.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

samfrog
Blank Cone
Blank Cone
Posts: 26
Joined: 20 Jan 2010 03:25

Re: Unable to stream MP3

Postby samfrog » 27 May 2010 04:57

What are the sequences of formatting the MPA payload?

Say the frame is 522 bytes, How do I packetize it to stream it to VLC for playback ?

I am doing the following:

12 bytes of RTP + 4 bytes of MPEG Audio-specific header (RFC2038) + 4 bytes of TS header + 184 bytes MPA payload + 4 bytes of TS header + 184 bytes of MPA payload + 4 bytes of TS header + 184 bytes of MPA (only the first 154 bytes are from the left over MPA payload, the 30 left over bytes set to 0)


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 13 guests