Git Product home page Git Product logo

Comments (24)

YouROK avatar YouROK commented on July 17, 2024

Нужен пример файла, для теста

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

xvid-sample-video.tar.gz
Команда смены ID и DESCRIPTION:
cfourcc -u MP4V -d MP4V mp4v.avi
Просмотр ID и DESCRIPTION:
for f in *.avi; do cfourcc -i $f; done

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

Только что проверил оба файл в Samsung UE43TU8000UXRU, версия Tizen 5.5 через USB.

  • xvid.avi Не воспроизводит, ошибка.
  • mp4v.avi Воспроизводит.

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

HEX-коды для замены.
ID:

  • XVID - 0x58 0x56 0x49 0x44
  • xvid - 0x78 0x76 0x69 0x64
  • DIVX - 0x44 0x49 0x56 0x58
  • divx - 0x64 0x69 0x76 0x78
  • MP4V - 0x4d 0x50 0x34 0x56

DESCRIPTION:

  • vidsxvid - 0x76 0x69 0x64 0x73 0x78 0x76 0x69 0x64
  • vidsXVID - 0x76 0x69 0x64 0x73 0x58 0x56 0x49 0x44
  • vidsDIVX - 0x76 0x69 0x64 0x73 0x44 0x49 0x56 0x58
  • vidsdivx - 0x76 0x69 0x64 0x73 0x64 0x69 0x76 0x78
  • vidsMP4V - 0x76 0x69 0x64 0x73 0x4d 0x50 0x34 0x56

from torrserver.

YouROK avatar YouROK commented on July 17, 2024

Если торрент действующий предоставите то будет вообще супер

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

Да любой с рутора из топаю. Вот, к примеру:
magnet:?xt=urn:btih:e29c0b1aa955bbf95ffbad5d4e8b29e74e4a03be&dn=rutor.info_%D0%94%D0%B5%D0%BD%D1%8C+%D0%B3%D0%BE%D1%80%D0%BE%D0%B4%D0%B0+%282021%29+WEBRip+%D0%BE%D1%82+ELEKTRI4KA+%7C+IVI&tr=udp://opentor.org:2710&tr=udp://opentor.org:2710&tr=http://retracker.local/announce

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

Формат: AVI
Качество: WEBRip
Видео: XviD, 1955 Kb/s, 720x304
Аудио: Russian: 48 kHz, AC3 Dolby Digital, 2/0 (L, R) ch, ~192 Kbps

from torrserver.

YouROK avatar YouROK commented on July 17, 2024

Я так понимаю если есть по определенным позициям слово xvid меняем его на mp4v?

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

да, xvid и divx. Возможно в разных регистрах ... Надо гуглить встречается ли еще типа Xvid Divx и т.д.

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

В HEX-редакторе любом в самом начале указывается ID и описание DESCRIPTION:
image

from torrserver.

YouROK avatar YouROK commented on July 17, 2024

Да я уже посмотрел оба файла

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

магнет, который я вам давал выше, вот его данные:
image

from torrserver.

YouROK avatar YouROK commented on July 17, 2024

Готово, если будут ошибки пиши

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

Собрал с гита, вот такая ошибка вываливается:

2021-03-12 17:49:38 torrent.go:1527: piece failed hash: 10 connections contributed, [{*torrent.Client [0xc0002fa000]} {*torrent.Piece [583ca464f193ed38026b1fc031e91750fa666e77/0]} {*torrent.Torrent ["Огонь.2020.WEB-DLRip.  Files-x.avi"]}]
dsMP4V�[�������'�0strf((�0
                          MP4V

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

Даже поменяв регистр, все равно ошибку хеша выбивает:
if str == "XVID" || str == "DIVX" || str== "xvid" || str== "divx" {
Видео не грузится:

2021-03-12 18:14:57 torrent.go:1527: piece failed hash: 6 connections contributed, [{*torrent.Client [0xc0000dd600]} {*torrent.Piece [583ca464f193ed38026b1fc031e91750fa666e77/0]} {*torrent.Torrent ["Огонь.2020.WEB-DLRip.  Files-x.avi"]}]
dsMP4V�[�������'�0strf((�0
                          MP4V

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

можно прям на серваке проверить, открыв плейлист в vlc, mpv и т.д.

from torrserver.

YouROK avatar YouROK commented on July 17, 2024

Про проверку хэша я и забыл

from torrserver.

YouROK avatar YouROK commented on July 17, 2024

Поправил

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

ок, как проверю на самсунге, отпишусь

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

при сборке, ошибку выдало:
torr/storage/torrstor/cache.go:65:4: unknown field 'Hash' in struct literal of type Piece

from torrserver.

YouROK avatar YouROK commented on July 17, 2024

Не залил остатки

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

По предварительным тестам, на самсунге работает. Единственно в логах постоянно реконнект клиента...

2021/03/16 16:26:54 Connect client
2021/03/16 16:26:58 Disconnect client
2021/03/16 16:26:58 Connect client
2021/03/16 16:27:00 Disconnect client
2021/03/16 16:27:00 Connect client
2021/03/16 16:27:00 Disconnect client
2021/03/16 16:27:00 Connect client
2021/03/16 16:27:06 Disconnect client
2021/03/16 16:27:06 Connect client

А так видос прогружает и кажет. Пробовал Xvid
Большое спасибо за хак))

from torrserver.

YouROK avatar YouROK commented on July 17, 2024

Реконект из-за плеера, или что-то не нравится или просто такой плеер

from torrserver.

varlesh avatar varlesh commented on July 17, 2024

Ну главное хак сработал

from torrserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.