[MPlayer-users] MPlayer (SVN-r36171) cannot play http streaming video

Mohammad Bahathir Hashim bahathir at gmail.com
Wed Apr 17 07:32:56 CEST 2013


Mplayer latest SVN-r36171, cannot play streaming video. The problem
occured since several revisions ago.  Here is the gdb backtrace of the
problem.  BTW, the latest git version of ffplay able to play the
stream

Thank you.
###
$ gdb mplayer                            GNU gdb (GDB) 7.5.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /tmp/kerja/svn/mplayer/mplayer...done.
(gdb) run http://bglive-a.bitgravity.com/twit/live/high
Starting program: /tmp/kerja/svn/mplayer/mplayer http://bglive-a.bitgravity.com/twit/live/high
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
MPlayer SVN-r36171-4.7.1 (C) 2000-2013 MPlayer Team
203 audio & 422 video codecs
Loading extension-related profile 'vo.vdpau'

Playing http://bglive-a.bitgravity.com/twit/live/high.
Resolving bglive-a.bitgravity.com for AF_INET6...

Couldn't resolve name for AF_INET6: bglive-a.bitgravity.com
Resolving bglive-a.bitgravity.com for AF_INET...

Program received signal SIGSEGV, Segmentation fault.
connect2Server_with_af (
    host=host at entry=0x555556838470 "bglive-a.bitgravity.com",
    port=port at entry=80, af=2, verb=verb at entry=1) at stream/tcp.c:163
163                     memcpy( our_s_addr, hp->h_addr_list[0], hp->h_length );
(gdb) bt
#0  connect2Server_with_af (
    host=host at entry=0x555556838470 "bglive-a.bitgravity.com",
    port=port at entry=80, af=2, verb=verb at entry=1) at stream/tcp.c:163
#1  0x00005555557acbfb in connect2Server (
    host=0x555556838470 "bglive-a.bitgravity.com", port=80, verb=verb at entry=1)
    at stream/tcp.c:272
#2  0x00005555557aa3fe in http_send_request (url=0x555556838380,
    pos=pos at entry=0) at stream/network.c:282
#3  0x00005555557a976f in http_streaming_start (
    stream=stream at entry=0x55555687a290,
    file_format=file_format at entry=0x5555561d28b0 <mpctx_s+2256>)
    at stream/http.c:727
#4  0x00005555557a9ed7 in open_s1 (stream=0x55555687a290,
    mode=<optimized out>, opts=<optimized out>,
    file_format=0x5555561d28b0 <mpctx_s+2256>) at stream/http.c:904
#5  0x000055555571b463 in open_stream_plugin (
    redirected_url=<synthetic pointer>, ret=<synthetic pointer>,
    file_format=0x5555561d28b0 <mpctx_s+2256>, options=0x0, mode=0,
    filename=<optimized out>, sinfo=<optimized out>) at stream/stream.c:186
#6  open_stream_full (filename=<optimized out>, mode=mode at entry=0,
    options=options at entry=0x0, file_format=0x5555561d28b0 <mpctx_s+2256>)
    at stream/stream.c:239
#7  0x000055555571aaa1 in open_stream (filename=<optimized out>,
    options=options at entry=0x0,
    file_format=file_format at entry=0x5555561d28b0 <mpctx_s+2256>)
    at stream/open.c:64
#8  0x000055555563b322 in main (argc=2, argv=0x7fffffffdc88) at mplayer.c:3230
(gdb)



More information about the MPlayer-users mailing list