Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Is Elearning vedio type only support youtube and google?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
elearning
5 Replies
8864 Tampilan
Avatar
YoungTL

Is Elearning vedio type only support youtube and google?

If  I build a file server with IIS or some others, some mp4 files in this folder, I can use chrome to play it.

Does Elearning support to add vedio url like use my own file server or media server.

You know some area can't use any youtube and google service.

1
Avatar
Buang
Avatar
Ray Carnes (ray)
Jawaban Terbai

You explain more what Anisha was posting about:


You can add any external link in a Course like this:



You then edit the Course Page to add a screenshot and some text, so your students see this:

When the click the VIDEO link, they will see your content in another Tab.

3
Avatar
Buang
Herve

ok, that's true that Anisha answer about "external links", but the initial question was about "Elearning video type",

anyway, your turnaround is interesting, thanks

Avatar
Anisha Bahukhandi
Jawaban Terbai

Hello there, 

You can add video in Odoo E-learning via any external links. YouTube is one of an external link to add video. 

Thanks

Anisha Bahukhandi

1
Avatar
Buang
Herve

That's not that simple : it clearly doesn't work for me !

Herve

I checked your answer quite deep in the code odoo v13 and it is simply wrong

Avatar
Kashif Aziz
Jawaban Terbai

we have module that support local uploaded videos too

0
Avatar
Buang
Avatar
YoungTL
Penulis Jawaban Terbai

Thank you for your answer

But when I add content like this "https://v.youku.com/v_show/id_XNDQ0NTYwODgwNA==.html".
And I had try many urls, it's always tips like this "Could not fetch data from url. Document or access right not available: Unknown document".

And in the source codes, there are so many codes about youtube and google. 

url = fields.Char('Document URL', help="Youtube or Google Document URL")
document_id = fields.Char('Document ID', help="Youtube or Google Document ID")

def _find_document_data_from_url(self, url):
url_obj = urls.url_parse(url)
if url_obj.ascii_host == 'youtu.be':
return ('youtube', url_obj.path[1:] if url_obj.path else False)
elif url_obj.ascii_host in ('youtube.com', 'www.youtube.com', 'm.youtube.com'):
v_query_value = url_obj.decode_query().get('v')
if v_query_value:
return ('youtube', v_query_value)
split_path = url_obj.path.split('/')
if len(split_path) >= 3 and split_path[1] in ('v', 'embed'):
return ('youtube', split_path[2])


0
Avatar
Buang
Avatar
Herve
Jawaban Terbai

I have the same issue. I tried with a simple .mp4 file in a directory with free access on internet and a quite small file : 3Mbytes.

The result is the same : "Could not fetch data from url. Document or access right...."

I searched into the code and found the same function as @youngTl in the odoo v13 code :

the only url authorized are from : 'youtube.be', youtube.com', 'www.youtube.com', 'm.youtube.com'
and docs.google.com and drive.google.com with some /d/ in it's url
everything else will return the error we got.

I didn't found the trick to get it from drive.google.co.

but after some difficulties, I succeded to do it with this url : https://drive.google.com/file/d/1AeaRXWV2Jg1K0jqC6Nlm4YQvO7XZamn5/view

so I succeeded to register my video in my lesson, but when I when to display the video I get this error : "Video unavailable This video has been removed by the uploader" despite the fact that the video works perfectly if I put the url directly into my browser : here, even the error message is wrong !

At the end of the day, I think that Odoo accepts only "Youtube or Google Doc URL" : it uses the url only to extract an id of document which is specific to youtube for the videos and at the end it only accepts to cast Youtube videos. Why ? It's a pity, isn't it ?

And at the end of the end of the day, as a workaround, I put my video as an additional link in an empty lesson. By this way, my students can cast it ...

0
Avatar
Buang
Ray Carnes (ray)

Any external URL that a browser can render is acceptable - please see my answer.

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Where are uploaded eLearning documents stored? Can I modify the location?
elearning
Avatar
Avatar
Avatar
2
Jul 23
3696
Can you set prices for your courses in Odoo eLearning and enable payment from customers?
elearning
Avatar
Avatar
1
Okt 22
8624
E-learning PowerPoint files
elearning
Avatar
Avatar
Avatar
2
Mei 25
10182
Upload Video from compute in e-Learning Module V13 ? Diselesaikan
elearning
Avatar
Avatar
Avatar
2
Mar 22
6264
eLearning with SCORM standard compatibility
elearning
Avatar
Avatar
Avatar
2
Des 21
11143
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now