m플레이어 관련

shtjdanr의 이미지

코어리눅스 사용자인데요.

m플레이어를 사용해서 동영상을 재생하면 다운을먹습니다.

혹시나해서 옵션에서 코덱을 지정해주었는데요.

그래도 안되네요

코덱이 워낙 만네요 ..

고수님들에 답변을.

codebank의 이미지

xterm이나 한텀 또는 다른 터미널에서 mplayer를 실행시켜보시면 무엇때문에
에러가 발생하는지 보일겁니다.
그 에러를 자세하게 적어서 질문을 해야만 답변을 할 수가 있습니다.

------------------------------
좋은 하루 되세요.

doodoo의 이미지

혹시나해서

Quote:

This is not an athlon problem, but a fedora problem.

There is a bad interaction on Fedora between exec-shield, prelink,
and anything which uses windows dll's (i.e. wine, but also
mplayer and xine). The immediate symptom I was seeing was a
segmentation fault when trying to play windows media 9 files
in mplayer.

The cause of the problem is the following:

The exec-shield patches in Fedora Core 1 also randomize the
loading addresses of the system libraries. Because of prelink,
this random assignment occurs during full-prelink time (which is
normally every two weeks). Also, to help combat ASCII buffer
overflow attacks, the libraries are packed as much as possible
into the first megabyte.

Now mplayer wants to load windows dll's at virtual address
0x400000. If an important system library happens to be there,
you get a segmentation fault. Whether or not it works literally
depends on the pahse of the moon :).

(This is not as much a problem as it used to be since mplayer
now plays most formats natively, but it is still annoying).

There is currently no workaround which is local to mplayer.
The best one so far (which I found on codeweavers.com) is the
the following:
a) edit /etc/syconfig/prelink and change PRELINK_OPTS=-mR
to PRELINK_OPTS="-mR --no-exec-shield"

b) touch /var/lib/misc/prelink.force
c) /etc/cron.daily/prelink

This relinks all the applications, and it takes
quite a while. The undocumented --no-exec-shield option
to /usr/sbin/prelink has the effect of randomizing
the library locations starting at 0x40000000 (so you
abandon the attempt to protect against ASCII overflows).

I hope a better solution will come along in the future.

구굴에서 찾아 본 것입니다.
저도 코어리눅스로 바꾸고 wmv 화일을 재생하려하면 세그먼트폴트
인가 뿌리고 죽습니다.

며칠 삽질하다가 이것을 찾았습니다.
혹시 같은 경우면 위에 내용대로 한번 실행하여 보십시요
저는 성공했습니다. :wink:

hdsong의 이미지

음. 저도 개인적으로... wmv 실행하는 mplayer가 죽더군요...

mplayer 문제일까 했는데... mpg 등등은 잘 플레이되는데.. 제 시스템 문제일줄 알았는데.... 다른 문제가 있을 수도 있겠군요...

도움안되는글이내요~ ㅡㅡ;;;

... 수정..

위 내용 참고하니.... 플레이는 되는군요..

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.