Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: payloadTable size is 0, seqTable size is 1 #4

Open
vamovi opened this issue Dec 18, 2015 · 1 comment
Open

ERROR: payloadTable size is 0, seqTable size is 1 #4

vamovi opened this issue Dec 18, 2015 · 1 comment
Labels

Comments

@vamovi
Copy link

vamovi commented Dec 18, 2015

I have a pcap file which one has payload with video coded with h.264
Wireshark, with its option to "analyze->decode as->RTP" shows that has MPEG-TS payload but when use "Tools->Extract opus stream from RTP" or "Tools->Extract opus stream from RTP" just said

ERROR: payloadTable size is 0, seqTable size is 1

or

Start
phase 1
phase 2: max_packet_count = 0
End

We are using VLC player to transmit video.
Is there an specific configuration about codec in order that h264extractor works?

@volvet
Copy link
Owner

volvet commented Dec 19, 2015

I guess that your case is: rtp payload is MPEG-TS, TS payload is h264. Unfortunately that is not supported. this h264 extractor only can support RFC 6184 defined packetize mode.
for you case, I suggest you can try to dump RTP payload as MPEG-TS file, as the below link
https://ask.wireshark.org/questions/21193/extracting-rtp-payload-and-dumping-to-a-ts-file
then you can analyze the MPEG-TS file by Elecard StreamEye Analyzer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants